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

@sentry/types

Package Overview
Dependencies
Maintainers
13
Versions
485
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 5.15.5 to 5.16.0-beta.1

2

dist/client.d.ts

@@ -64,3 +64,3 @@ import { Dsn } from './dsn';

/** Returns an array of installed integrations on the client. */
getIntegration<T extends Integration>(integartion: IntegrationClass<T>): T | null;
getIntegration<T extends Integration>(integration: IntegrationClass<T>): T | null;
/** This is an internal function to setup all integrations that should run on the client */

@@ -67,0 +67,0 @@ setupIntegrations(): void;

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

* @param key String of extra
* @param extra Any kind of data. This data will be normailzed.
* @param extra Any kind of data. This data will be normalized.
*/

@@ -139,3 +139,3 @@ setExtra(key: string, extra: any): void;

* @param name of the context
* @param context Any kind of data. This data will be normailzed.
* @param context Any kind of data. This data will be normalized.
*/

@@ -142,0 +142,0 @@ setContext(name: string, context: {

@@ -64,3 +64,3 @@ import { Dsn } from './dsn';

/** Returns an array of installed integrations on the client. */
getIntegration<T extends Integration>(integartion: IntegrationClass<T>): T | null;
getIntegration<T extends Integration>(integration: IntegrationClass<T>): T | null;
/** This is an internal function to setup all integrations that should run on the client */

@@ -67,0 +67,0 @@ setupIntegrations(): void;

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

* @param key String of extra
* @param extra Any kind of data. This data will be normailzed.
* @param extra Any kind of data. This data will be normalized.
*/

@@ -139,3 +139,3 @@ setExtra(key: string, extra: any): void;

* @param name of the context
* @param context Any kind of data. This data will be normailzed.
* @param context Any kind of data. This data will be normalized.
*/

@@ -142,0 +142,0 @@ setContext(name: string, context: {

{
"name": "@sentry/types",
"version": "5.15.5",
"version": "5.16.0-beta.1",
"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

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