@sentry/vercel-edge
Advanced tools
Comparing version 8.11.0 to 8.12.0-beta.0
@@ -67,3 +67,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
core.initAndBind(client.VercelEdgeClient, clientOptions); | ||
return core.initAndBind(client.VercelEdgeClient, clientOptions); | ||
} | ||
@@ -70,0 +70,0 @@ |
@@ -65,3 +65,3 @@ import { inboundFiltersIntegration, functionToStringIntegration, linkedErrorsIntegration, requestDataIntegration, getIntegrationsToSetup, initAndBind } from '@sentry/core'; | ||
initAndBind(VercelEdgeClient, clientOptions); | ||
return initAndBind(VercelEdgeClient, clientOptions); | ||
} | ||
@@ -68,0 +68,0 @@ |
{ | ||
"name": "@sentry/vercel-edge", | ||
"version": "8.11.0", | ||
"version": "8.12.0-beta.0", | ||
"description": "Offical Sentry SDK for the Vercel Edge Runtime", | ||
@@ -45,5 +45,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "8.11.0", | ||
"@sentry/types": "8.11.0", | ||
"@sentry/utils": "8.11.0" | ||
"@sentry/core": "8.12.0-beta.0", | ||
"@sentry/types": "8.12.0-beta.0", | ||
"@sentry/utils": "8.12.0-beta.0" | ||
}, | ||
@@ -50,0 +50,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
import { Integration, Options } from '@sentry/types'; | ||
import { Client, Integration, Options } from '@sentry/types'; | ||
import { VercelEdgeOptions } from './types'; | ||
@@ -6,3 +6,3 @@ /** Get the default integrations for the browser SDK. */ | ||
/** Inits the Sentry NextJS SDK on the Edge Runtime. */ | ||
export declare function init(options?: VercelEdgeOptions): void; | ||
export declare function init(options?: VercelEdgeOptions): Client | undefined; | ||
/** | ||
@@ -9,0 +9,0 @@ * Returns a release dynamically from environment variables. |
@@ -1,2 +0,2 @@ | ||
import type { Integration, Options } from '@sentry/types'; | ||
import type { Client, Integration, Options } from '@sentry/types'; | ||
import type { VercelEdgeOptions } from './types'; | ||
@@ -6,3 +6,3 @@ /** Get the default integrations for the browser SDK. */ | ||
/** Inits the Sentry NextJS SDK on the Edge Runtime. */ | ||
export declare function init(options?: VercelEdgeOptions): void; | ||
export declare function init(options?: VercelEdgeOptions): Client | undefined; | ||
/** | ||
@@ -9,0 +9,0 @@ * Returns a release dynamically from environment variables. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137819
1
+ Added@sentry/core@8.12.0-beta.0(transitive)
+ Added@sentry/types@8.12.0-beta.0(transitive)
+ Added@sentry/utils@8.12.0-beta.0(transitive)
- Removed@sentry/core@8.11.0(transitive)
- Removed@sentry/types@8.11.0(transitive)
- Removed@sentry/utils@8.11.0(transitive)
Updated@sentry/core@8.12.0-beta.0
Updated@sentry/types@8.12.0-beta.0
Updated@sentry/utils@8.12.0-beta.0