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 absent method now on window.Performance (getsentry#2658)
We have an issue in our self-hosted sentry `Object [object Performance] has no method 'now'`
It shows `Sentry.addBreadcrumb` as the source of the error.
It seems that some browsers can have performance without `now` method.
50% of all events from Chrome 22.0.1229 - I know that it's pretty old - but the fix seems trivial
0 commit comments