@sentry/vercel-edge
Advanced tools
Comparing version 7.77.0 to 7.78.0
var { | ||
_optionalChain | ||
} = require('@sentry/utils/cjs/buildPolyfills'); | ||
} = require('@sentry/utils'); | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, '__esModule', { value: true }); |
@@ -31,3 +31,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
...options, | ||
platform: 'vercel-edge', | ||
platform: 'javascript', | ||
// TODO: Grab version information | ||
@@ -34,0 +34,0 @@ runtime: { name: 'vercel-edge' }, |
@@ -1,2 +0,2 @@ | ||
import { _optionalChain } from '@sentry/utils/esm/buildPolyfills'; | ||
import { _optionalChain } from '@sentry/utils'; | ||
import { setAsyncContextStrategy, ensureHubOnCarrier, getHubFromCarrier } from '@sentry/core'; | ||
@@ -3,0 +3,0 @@ import { GLOBAL_OBJ, logger } from '@sentry/utils'; |
@@ -29,3 +29,3 @@ import { ServerRuntimeClient, SDK_VERSION } from '@sentry/core'; | ||
...options, | ||
platform: 'vercel-edge', | ||
platform: 'javascript', | ||
// TODO: Grab version information | ||
@@ -32,0 +32,0 @@ runtime: { name: 'vercel-edge' }, |
{ | ||
"name": "@sentry/vercel-edge", | ||
"version": "7.77.0", | ||
"version": "7.78.0", | ||
"description": "Offical Sentry SDK for the Vercel Edge Runtime", | ||
@@ -26,5 +26,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "7.77.0", | ||
"@sentry/types": "7.77.0", | ||
"@sentry/utils": "7.77.0" | ||
"@sentry/core": "7.78.0", | ||
"@sentry/types": "7.78.0", | ||
"@sentry/utils": "7.78.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
92693
+ Added@sentry/core@7.78.0(transitive)
+ Added@sentry/types@7.78.0(transitive)
+ Added@sentry/utils@7.78.0(transitive)
- Removed@sentry/core@7.77.0(transitive)
- Removed@sentry/types@7.77.0(transitive)
- Removed@sentry/utils@7.77.0(transitive)
Updated@sentry/core@7.78.0
Updated@sentry/types@7.78.0
Updated@sentry/utils@7.78.0