Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
Maintainers
11
Versions
463
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/types - npm Package Compare versions

Comparing version 8.22.0 to 8.23.0

2

build/types-ts3.8/eventprocessor.d.ts
import { Event, EventHint } from './event';
/**
* Event processors are used to change the event before it will be send.
* Event processors are used to change the event before it will be sent.
* We strongly advise to make this function sync.

@@ -5,0 +5,0 @@ * Returning a PromiseLike<Event | null> will work just fine, but better be sure that you know what you are doing.

@@ -123,4 +123,8 @@ import { DebugImage } from './debugMeta';

profiler_id: string;
client_sdk: {
name: string;
version: string;
};
}
export {};
//# sourceMappingURL=profiling.d.ts.map
import type { Event, EventHint } from './event';
/**
* Event processors are used to change the event before it will be send.
* Event processors are used to change the event before it will be sent.
* We strongly advise to make this function sync.

@@ -5,0 +5,0 @@ * Returning a PromiseLike<Event | null> will work just fine, but better be sure that you know what you are doing.

@@ -123,4 +123,8 @@ import type { DebugImage } from './debugMeta';

profiler_id: string;
client_sdk: {
name: string;
version: string;
};
}
export {};
//# sourceMappingURL=profiling.d.ts.map
{
"name": "@sentry/types",
"version": "8.22.0",
"version": "8.23.0",
"description": "Types for all Sentry JavaScript SDKs",

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

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