@sentry/types
Advanced tools
Comparing version 5.0.6 to 5.1.0
@@ -16,1 +16,2 @@ import { Severity } from './severity'; | ||
} | ||
//# sourceMappingURL=breadcrumb.d.ts.map |
@@ -66,1 +66,2 @@ import { Dsn } from './dsn'; | ||
} | ||
//# sourceMappingURL=client.d.ts.map |
@@ -35,1 +35,2 @@ /** Supported Sentry transport protocols in a Dsn. */ | ||
} | ||
//# sourceMappingURL=dsn.d.ts.map |
@@ -7,1 +7,2 @@ /** | ||
} | ||
//# sourceMappingURL=error.d.ts.map |
@@ -55,1 +55,2 @@ import { Breadcrumb } from './breadcrumb'; | ||
} | ||
//# sourceMappingURL=event.d.ts.map |
@@ -9,1 +9,2 @@ import { Event, EventHint } from './event'; | ||
export declare type EventProcessor = (event: Event, hint?: EventHint) => Promise<Event | null> | Event | null; | ||
//# sourceMappingURL=eventprocessor.d.ts.map |
@@ -12,1 +12,2 @@ import { Mechanism } from './mechanism'; | ||
} | ||
//# sourceMappingURL=exception.d.ts.map |
@@ -116,1 +116,2 @@ import { Breadcrumb, BreadcrumbHint } from './breadcrumb'; | ||
} | ||
//# sourceMappingURL=hub.d.ts.map |
@@ -27,1 +27,2 @@ export { Breadcrumb, BreadcrumbHint } from './breadcrumb'; | ||
export { WrappedFunction } from './wrappedfunction'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -23,1 +23,2 @@ import { EventProcessor } from './eventprocessor'; | ||
} | ||
//# sourceMappingURL=integration.d.ts.map |
@@ -12,1 +12,2 @@ /** Console logging verbosity for the SDK. */ | ||
} | ||
//# sourceMappingURL=loglevel.d.ts.map |
@@ -10,1 +10,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=mechanism.d.ts.map |
@@ -93,1 +93,2 @@ import { Breadcrumb, BreadcrumbHint } from './breadcrumb'; | ||
} | ||
//# sourceMappingURL=options.d.ts.map |
@@ -6,1 +6,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=package.d.ts.map |
@@ -17,1 +17,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=request.d.ts.map |
@@ -9,1 +9,2 @@ import { Event } from './event'; | ||
} | ||
//# sourceMappingURL=response.d.ts.map |
@@ -54,2 +54,10 @@ import { Breadcrumb } from './breadcrumb'; | ||
setLevel(level: Severity): this; | ||
/** | ||
* Sets context data with the given name. | ||
* @param name of the context | ||
* @param context Any kind of data. This data will be normailzed. | ||
*/ | ||
setContext(name: string, context: { | ||
[key: string]: any; | ||
} | null): this; | ||
/** Clears the current scope and resets its properties. */ | ||
@@ -68,1 +76,2 @@ clear(): this; | ||
} | ||
//# sourceMappingURL=scope.d.ts.map |
@@ -9,1 +9,2 @@ import { Package } from './package'; | ||
} | ||
//# sourceMappingURL=sdkinfo.d.ts.map |
@@ -27,1 +27,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=severity.d.ts.map |
@@ -6,1 +6,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=span.d.ts.map |
@@ -18,1 +18,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=stackframe.d.ts.map |
@@ -7,1 +7,2 @@ import { StackFrame } from './stackframe'; | ||
} | ||
//# sourceMappingURL=stacktrace.d.ts.map |
@@ -25,1 +25,2 @@ /** The status of an event. */ | ||
} | ||
//# sourceMappingURL=status.d.ts.map |
@@ -10,1 +10,2 @@ import { Stacktrace } from './stacktrace'; | ||
} | ||
//# sourceMappingURL=thread.d.ts.map |
@@ -35,1 +35,2 @@ import { DsnLike } from './dsn'; | ||
} | ||
//# sourceMappingURL=transport.d.ts.map |
@@ -9,1 +9,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=user.d.ts.map |
@@ -8,1 +8,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=wrappedfunction.d.ts.map |
@@ -16,1 +16,2 @@ import { Severity } from './severity'; | ||
} | ||
//# sourceMappingURL=breadcrumb.d.ts.map |
@@ -66,1 +66,2 @@ import { Dsn } from './dsn'; | ||
} | ||
//# sourceMappingURL=client.d.ts.map |
@@ -35,1 +35,2 @@ /** Supported Sentry transport protocols in a Dsn. */ | ||
} | ||
//# sourceMappingURL=dsn.d.ts.map |
@@ -7,1 +7,2 @@ /** | ||
} | ||
//# sourceMappingURL=error.d.ts.map |
@@ -55,1 +55,2 @@ import { Breadcrumb } from './breadcrumb'; | ||
} | ||
//# sourceMappingURL=event.d.ts.map |
@@ -9,1 +9,2 @@ import { Event, EventHint } from './event'; | ||
export declare type EventProcessor = (event: Event, hint?: EventHint) => Promise<Event | null> | Event | null; | ||
//# sourceMappingURL=eventprocessor.d.ts.map |
@@ -12,1 +12,2 @@ import { Mechanism } from './mechanism'; | ||
} | ||
//# sourceMappingURL=exception.d.ts.map |
@@ -116,1 +116,2 @@ import { Breadcrumb, BreadcrumbHint } from './breadcrumb'; | ||
} | ||
//# sourceMappingURL=hub.d.ts.map |
@@ -27,1 +27,2 @@ export { Breadcrumb, BreadcrumbHint } from './breadcrumb'; | ||
export { WrappedFunction } from './wrappedfunction'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -23,1 +23,2 @@ import { EventProcessor } from './eventprocessor'; | ||
} | ||
//# sourceMappingURL=integration.d.ts.map |
@@ -12,1 +12,2 @@ /** Console logging verbosity for the SDK. */ | ||
} | ||
//# sourceMappingURL=loglevel.d.ts.map |
@@ -10,1 +10,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=mechanism.d.ts.map |
@@ -93,1 +93,2 @@ import { Breadcrumb, BreadcrumbHint } from './breadcrumb'; | ||
} | ||
//# sourceMappingURL=options.d.ts.map |
@@ -6,1 +6,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=package.d.ts.map |
@@ -17,1 +17,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=request.d.ts.map |
@@ -9,1 +9,2 @@ import { Event } from './event'; | ||
} | ||
//# sourceMappingURL=response.d.ts.map |
@@ -54,2 +54,10 @@ import { Breadcrumb } from './breadcrumb'; | ||
setLevel(level: Severity): this; | ||
/** | ||
* Sets context data with the given name. | ||
* @param name of the context | ||
* @param context Any kind of data. This data will be normailzed. | ||
*/ | ||
setContext(name: string, context: { | ||
[key: string]: any; | ||
} | null): this; | ||
/** Clears the current scope and resets its properties. */ | ||
@@ -68,1 +76,2 @@ clear(): this; | ||
} | ||
//# sourceMappingURL=scope.d.ts.map |
@@ -9,1 +9,2 @@ import { Package } from './package'; | ||
} | ||
//# sourceMappingURL=sdkinfo.d.ts.map |
@@ -27,1 +27,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=severity.d.ts.map |
@@ -6,1 +6,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=span.d.ts.map |
@@ -18,1 +18,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=stackframe.d.ts.map |
@@ -7,1 +7,2 @@ import { StackFrame } from './stackframe'; | ||
} | ||
//# sourceMappingURL=stacktrace.d.ts.map |
@@ -25,1 +25,2 @@ /** The status of an event. */ | ||
} | ||
//# sourceMappingURL=status.d.ts.map |
@@ -10,1 +10,2 @@ import { Stacktrace } from './stacktrace'; | ||
} | ||
//# sourceMappingURL=thread.d.ts.map |
@@ -35,1 +35,2 @@ import { DsnLike } from './dsn'; | ||
} | ||
//# sourceMappingURL=transport.d.ts.map |
@@ -9,1 +9,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=user.d.ts.map |
@@ -8,1 +8,2 @@ /** JSDoc */ | ||
} | ||
//# sourceMappingURL=wrappedfunction.d.ts.map |
{ | ||
"name": "@sentry/types", | ||
"version": "5.0.6", | ||
"version": "5.1.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
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
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
157475
219
1699