Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
Maintainers
12
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 7.72.0 to 7.73.0

2

package.json
{
"name": "@sentry/types",
"version": "7.72.0",
"version": "7.73.0",
"description": "Types for all Sentry JavaScript SDKs",

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

@@ -130,3 +130,3 @@ import { Breadcrumb, BreadcrumbHint } from './breadcrumb';

/** This is an internal function to setup all integrations that should run on the client */
setupIntegrations(): void;
setupIntegrations(forceInitialize?: boolean): void;
/** Creates an {@link Event} from all inputs to `captureException` and non-primitive inputs to `captureMessage`. */

@@ -133,0 +133,0 @@ eventFromException(exception: any, hint?: EventHint): PromiseLike<Event>;

@@ -130,3 +130,3 @@ import type { Breadcrumb, BreadcrumbHint } from './breadcrumb';

/** This is an internal function to setup all integrations that should run on the client */
setupIntegrations(): void;
setupIntegrations(forceInitialize?: boolean): void;
/** Creates an {@link Event} from all inputs to `captureException` and non-primitive inputs to `captureMessage`. */

@@ -133,0 +133,0 @@ eventFromException(exception: any, hint?: EventHint): PromiseLike<Event>;

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