@sentry-internal/tracing
Advanced tools
Comparing version 7.48.0 to 7.49.0
@@ -25,4 +25,4 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
name: types.WINDOW.location.pathname, | ||
// pageload should always start at timeOrigin | ||
startTimestamp: utils.browserPerformanceTimeOrigin, | ||
// pageload should always start at timeOrigin (and needs to be in s, not ms) | ||
startTimestamp: utils.browserPerformanceTimeOrigin ? utils.browserPerformanceTimeOrigin / 1000 : undefined, | ||
op: 'pageload', | ||
@@ -29,0 +29,0 @@ metadata: { source: 'url' }, |
@@ -23,4 +23,4 @@ import { logger, browserPerformanceTimeOrigin, addInstrumentationHandler } from '@sentry/utils'; | ||
name: WINDOW.location.pathname, | ||
// pageload should always start at timeOrigin | ||
startTimestamp: browserPerformanceTimeOrigin, | ||
// pageload should always start at timeOrigin (and needs to be in s, not ms) | ||
startTimestamp: browserPerformanceTimeOrigin ? browserPerformanceTimeOrigin / 1000 : undefined, | ||
op: 'pageload', | ||
@@ -27,0 +27,0 @@ metadata: { source: 'url' }, |
{ | ||
"name": "@sentry-internal/tracing", | ||
"version": "7.48.0", | ||
"version": "7.49.0", | ||
"description": "Sentry Internal Tracing Package", | ||
@@ -19,5 +19,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "7.48.0", | ||
"@sentry/types": "7.48.0", | ||
"@sentry/utils": "7.48.0", | ||
"@sentry/core": "7.49.0", | ||
"@sentry/types": "7.49.0", | ||
"@sentry/utils": "7.49.0", | ||
"tslib": "^1.9.3" | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
832612
+ Added@sentry/core@7.49.0(transitive)
+ Added@sentry/types@7.49.0(transitive)
+ Added@sentry/utils@7.49.0(transitive)
- Removed@sentry/core@7.48.0(transitive)
- Removed@sentry/types@7.48.0(transitive)
- Removed@sentry/utils@7.48.0(transitive)
Updated@sentry/core@7.49.0
Updated@sentry/types@7.49.0
Updated@sentry/utils@7.49.0