@vuedx/shared
Advanced tools
Comparing version 0.6.1-insiders-1610891537.0 to 0.6.1-insiders-1610911987.0
@@ -125,3 +125,3 @@ 'use strict'; | ||
environment: options.environment, | ||
tracesSampleRate: options.tracesSampleRate, | ||
sampleRate: options.tracesSampleRate, | ||
}); | ||
@@ -128,0 +128,0 @@ this.defaults = { |
@@ -116,3 +116,3 @@ import Path from 'path'; | ||
environment: options.environment, | ||
tracesSampleRate: options.tracesSampleRate, | ||
sampleRate: options.tracesSampleRate, | ||
}); | ||
@@ -119,0 +119,0 @@ this.defaults = { |
{ | ||
"name": "@vuedx/shared", | ||
"version": "0.6.1-insiders-1610891537.0", | ||
"version": "0.6.1-insiders-1610911987.0", | ||
"main": "dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.esm.js", |
@@ -43,3 +43,3 @@ import * as Sentry from '@sentry/node' | ||
environment: options.environment, | ||
tracesSampleRate: options.tracesSampleRate, | ||
sampleRate: options.tracesSampleRate, | ||
} as any) | ||
@@ -74,3 +74,3 @@ | ||
Sentry.configureScope((scope: any) => { | ||
Sentry.configureScope((scope) => { | ||
scope.setSpan(transaction) | ||
@@ -80,3 +80,3 @@ }) | ||
return () => { | ||
Sentry.captureMessage(`[trace] ${name}`, (scope: any): any => { | ||
Sentry.captureMessage(`[trace] ${name}`, (scope) => { | ||
scope.setSpan(transaction) | ||
@@ -83,0 +83,0 @@ scope.setUser(this.user) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3166
62918