🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@sentry/vercel-edge

Package Overview
Dependencies
Maintainers
11
Versions
216
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

to
7.81.0

cjs/integrations/wintercg-fetch.js

2

cjs/index.js

@@ -6,5 +6,7 @@ Object.defineProperty(exports, '__esModule', { value: true });

const sdk = require('./sdk.js');
const wintercgFetch = require('./integrations/wintercg-fetch.js');
const INTEGRATIONS = {
...core.Integrations,
...wintercgFetch.WinterCGFetch,
};

@@ -11,0 +13,0 @@

@@ -7,2 +7,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

const client = require('./client.js');
const wintercgFetch = require('./integrations/wintercg-fetch.js');
const index = require('./transports/index.js');

@@ -17,2 +18,3 @@ const vercel = require('./utils/vercel.js');

new core.Integrations.LinkedErrors(),
new wintercgFetch.WinterCGFetch(),
];

@@ -19,0 +21,0 @@

@@ -5,5 +5,7 @@ import { Integrations } from '@sentry/core';

export { defaultIntegrations, init } from './sdk.js';
import { WinterCGFetch } from './integrations/wintercg-fetch.js';
const INTEGRATIONS = {
...Integrations,
...WinterCGFetch,
};

@@ -10,0 +12,0 @@

@@ -5,2 +5,3 @@ import { Integrations, getIntegrationsToSetup, initAndBind } from '@sentry/core';

import { VercelEdgeClient } from './client.js';
import { WinterCGFetch } from './integrations/wintercg-fetch.js';
import { makeEdgeTransport } from './transports/index.js';

@@ -15,2 +16,3 @@ import { getVercelEnv } from './utils/vercel.js';

new Integrations.LinkedErrors(),
new WinterCGFetch(),
];

@@ -17,0 +19,0 @@

9

package.json
{
"name": "@sentry/vercel-edge",
"version": "7.80.2-alpha.1",
"version": "7.81.0",
"description": "Offical Sentry SDK for the Vercel Edge Runtime",

@@ -26,5 +26,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/core": "7.80.2-alpha.1",
"@sentry/types": "7.80.2-alpha.1",
"@sentry/utils": "7.80.2-alpha.1"
"@sentry-internal/tracing": "7.81.0",
"@sentry/core": "7.81.0",
"@sentry/types": "7.81.0",
"@sentry/utils": "7.81.0"
},

@@ -31,0 +32,0 @@ "devDependencies": {

@@ -10,2 +10,3 @@ export { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types';

declare const INTEGRATIONS: {
id: string;
FunctionToString: typeof CoreIntegrations.FunctionToString;

@@ -12,0 +13,0 @@ InboundFilters: typeof CoreIntegrations.InboundFilters;

import { Integrations as CoreIntegrations } from '@sentry/core';
import { WinterCGFetch } from './integrations/wintercg-fetch';
import { VercelEdgeOptions } from './types';
export declare const defaultIntegrations: (CoreIntegrations.InboundFilters | CoreIntegrations.FunctionToString | CoreIntegrations.LinkedErrors)[];
export declare const defaultIntegrations: (WinterCGFetch | CoreIntegrations.InboundFilters | CoreIntegrations.FunctionToString | CoreIntegrations.LinkedErrors)[];
/** Inits the Sentry NextJS SDK on the Edge Runtime. */

@@ -5,0 +6,0 @@ export declare function init(options?: VercelEdgeOptions): void;

@@ -10,2 +10,3 @@ export type { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types';

declare const INTEGRATIONS: {
id: string;
FunctionToString: typeof CoreIntegrations.FunctionToString;

@@ -12,0 +13,0 @@ InboundFilters: typeof CoreIntegrations.InboundFilters;

import { Integrations as CoreIntegrations } from '@sentry/core';
import { WinterCGFetch } from './integrations/wintercg-fetch';
import type { VercelEdgeOptions } from './types';
export declare const defaultIntegrations: (CoreIntegrations.InboundFilters | CoreIntegrations.FunctionToString | CoreIntegrations.LinkedErrors)[];
export declare const defaultIntegrations: (WinterCGFetch | CoreIntegrations.InboundFilters | CoreIntegrations.FunctionToString | CoreIntegrations.LinkedErrors)[];
/** Inits the Sentry NextJS SDK on the Edge Runtime. */

@@ -5,0 +6,0 @@ export declare function init(options?: VercelEdgeOptions): void;

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

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