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

@sentry/apm

Package Overview
Dependencies
Maintainers
13
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/apm - npm Package Compare versions

Comparing version 5.15.5 to 5.16.0-beta.1

4

dist/integrations/tracing.js

@@ -54,5 +54,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

}
// Starting our inital pageload transaction
// Starting pageload transaction
if (global.location && global.location.href) {
// `${global.location.href}` will be used a temp transaction name
// Use `${global.location.href}` as transaction name
Tracing.startIdleTransaction(global.location.href, {

@@ -59,0 +59,0 @@ op: 'pageload',

@@ -53,5 +53,5 @@ import * as tslib_1 from "tslib";

}
// Starting our inital pageload transaction
// Starting pageload transaction
if (global.location && global.location.href) {
// `${global.location.href}` will be used a temp transaction name
// Use `${global.location.href}` as transaction name
Tracing.startIdleTransaction(global.location.href, {

@@ -58,0 +58,0 @@ op: 'pageload',

{
"name": "@sentry/apm",
"version": "5.15.5",
"version": "5.16.0-beta.1",
"description": "Extensions for APM",

@@ -19,7 +19,7 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/browser": "5.15.5",
"@sentry/hub": "5.15.5",
"@sentry/minimal": "5.15.5",
"@sentry/types": "5.15.5",
"@sentry/utils": "5.15.5",
"@sentry/browser": "5.16.0-beta.1",
"@sentry/hub": "5.16.0-beta.1",
"@sentry/minimal": "5.16.0-beta.1",
"@sentry/types": "5.16.0-beta.1",
"@sentry/utils": "5.16.0-beta.1",
"tslib": "^1.9.3"

@@ -26,0 +26,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