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(browser): check supportedEntryTypes before caling the function (#13541)
`PerformanceObserver` is available on iOS 11 and later, but
the `supportedEntryTypes` method is available on iOS 13 and later.
ref:
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver
Therefore, a runtime error will occur if we use Sentry on iOS 11 or iOS
12.
0 commit comments