You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(apm|tracing): Make sure Performance Observer takeRecords() is defined (#2825)
* fix(apm|tracing): Make sure Performance Observer takeRecords() is defined
In Safari 14.0 and below, `PerformanceObserver.takeRecords()` is not defined. We should defend against it by
checking for existence before usage. In the future, we may have to look for another way to track PO records
for these browsers. Also occurs in IE 11.
0 commit comments