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
ref(core): Avoid side-effect of & streamline timestampInSeconds method (#16890)
Related to #16846
This rewrites `timestampInSeconds` to avoid side effects.
As a part of this, I also streamlined this a bit to remove special
handling for missing `timeOrigin`. If that is missing, we just fall back
to using `dateTimestampInSeconds`, instead of doing some custom handling
of `timeOrigin` - IMHO that should not be any less accurate, as
otherwise we are currently mixing `performance.now` with `Date.now()`
which is likely not necessarily accurate either.
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/meta-precedence/test.ts
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,6 @@ sentryTest.describe('When `consistentTraceSampling` is `true` and page contains
0 commit comments