Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry-internal/tracing

Package Overview
Dependencies
Maintainers
10
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/tracing - npm Package Compare versions

Comparing version 7.48.0 to 7.49.0

4

cjs/browser/router.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc