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

@sentry/vercel-edge

Package Overview
Dependencies
Maintainers
0
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/vercel-edge - npm Package Compare versions

Comparing version 8.11.0 to 8.12.0-beta.0

2

cjs/sdk.js

@@ -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

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