@sentry/hub
Advanced tools
Comparing version 4.5.2 to 4.5.3
import { Breadcrumb, SentryEvent, SentryEventHint, Severity, User } from '@sentry/types'; | ||
export declare type EventProcessor = (event: SentryEvent, hint?: SentryEventHint) => Promise<SentryEvent | null>; | ||
export declare type EventProcessor = (event: SentryEvent, hint?: SentryEventHint) => Promise<SentryEvent | null> | SentryEvent | null; | ||
/** | ||
@@ -4,0 +4,0 @@ * Holds additional event information. {@link Scope.applyToEvent} will be |
@@ -48,3 +48,3 @@ "use strict"; | ||
_this.notifyingListeners = false; | ||
}, 0); | ||
}); | ||
} | ||
@@ -51,0 +51,0 @@ }; |
import { Breadcrumb, SentryEvent, SentryEventHint, Severity, User } from '@sentry/types/esm'; | ||
export declare type EventProcessor = (event: SentryEvent, hint?: SentryEventHint) => Promise<SentryEvent | null>; | ||
export declare type EventProcessor = (event: SentryEvent, hint?: SentryEventHint) => Promise<SentryEvent | null> | SentryEvent | null; | ||
/** | ||
@@ -4,0 +4,0 @@ * Holds additional event information. {@link Scope.applyToEvent} will be |
@@ -44,3 +44,3 @@ import { getGlobalObject } from '@sentry/utils/esm/misc'; | ||
this.notifyingListeners = false; | ||
}, 0); | ||
}); | ||
} | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "@sentry/hub", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "Sentry hub which handles global state managment.", | ||
@@ -18,4 +18,4 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/types": "4.5.0", | ||
"@sentry/utils": "4.5.2", | ||
"@sentry/types": "4.5.3", | ||
"@sentry/utils": "4.5.3", | ||
"tslib": "^1.9.3" | ||
@@ -70,4 +70,3 @@ }, | ||
}, | ||
"gitHead": "a91da22f8bd3bddb38fab7f868326e376da82d4d", | ||
"sideEffects": false | ||
} |
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
139159
+ Added@sentry/types@4.5.3(transitive)
+ Added@sentry/utils@4.5.3(transitive)
- Removed@sentry/types@4.5.0(transitive)
- Removed@sentry/utils@4.5.2(transitive)
Updated@sentry/types@4.5.3
Updated@sentry/utils@4.5.3