@sentry/types
Advanced tools
Comparing version 5.15.5 to 5.16.0-beta.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
211963
1