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(utils): Check for performance.now() when calculating browser timing (getsentry#3657)
We should guard against performance.now not being available
when calculating browserPerformanceTimeOrigin. We do a similar check
when for our wrapper around the native performance api implementation.
0 commit comments