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

@sentry/vercel-edge

Package Overview
Dependencies
Maintainers
11
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 7.80.2-alpha.1 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

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