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.16.0-beta.2 to 5.16.0-beta.3

4

dist/integrations/tracing.js

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

}
if (Tracing.options.debug && Tracing.options.debug.writeAsBreadcrumbs) {
if (Tracing.options && Tracing.options.debug && Tracing.options.debug.writeAsBreadcrumbs) {
var _getCurrentHub = Tracing._getCurrentHub;

@@ -521,3 +521,3 @@ if (_getCurrentHub) {

}
if (Tracing.options.debug && Tracing.options.debug.spanDebugTimingInfo) {
if (Tracing.options && Tracing.options.debug && Tracing.options.debug.spanDebugTimingInfo) {
Tracing._addSpanDebugInfo(span_1);

@@ -524,0 +524,0 @@ }

@@ -225,3 +225,3 @@ import * as tslib_1 from "tslib";

}
if (Tracing.options.debug && Tracing.options.debug.writeAsBreadcrumbs) {
if (Tracing.options && Tracing.options.debug && Tracing.options.debug.writeAsBreadcrumbs) {
var _getCurrentHub = Tracing._getCurrentHub;

@@ -520,3 +520,3 @@ if (_getCurrentHub) {

}
if (Tracing.options.debug && Tracing.options.debug.spanDebugTimingInfo) {
if (Tracing.options && Tracing.options.debug && Tracing.options.debug.spanDebugTimingInfo) {
Tracing._addSpanDebugInfo(span_1);

@@ -523,0 +523,0 @@ }

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

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

"dependencies": {
"@sentry/browser": "5.16.0-beta.2",
"@sentry/hub": "5.16.0-beta.2",
"@sentry/minimal": "5.16.0-beta.2",
"@sentry/types": "5.16.0-beta.2",
"@sentry/utils": "5.16.0-beta.2",
"@sentry/browser": "5.16.0-beta.3",
"@sentry/hub": "5.16.0-beta.3",
"@sentry/minimal": "5.16.0-beta.3",
"@sentry/types": "5.16.0-beta.3",
"@sentry/utils": "5.16.0-beta.3",
"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