@sentry/core
Advanced tools
Comparing version
@@ -5,5 +5,5 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
const SDK_VERSION = "9.36.0" ; | ||
const SDK_VERSION = "9.37.0" ; | ||
exports.SDK_VERSION = SDK_VERSION; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"9.36.0","sideEffects":false} | ||
{"type":"module","version":"9.37.0","sideEffects":false} |
// This is a magic string replaced by rollup | ||
const SDK_VERSION = "9.36.0" ; | ||
const SDK_VERSION = "9.37.0" ; | ||
export { SDK_VERSION }; | ||
//# sourceMappingURL=version.js.map |
@@ -287,6 +287,15 @@ import { IntegrationIndex } from './integration'; | ||
/** | ||
* A hook for triggering right before a navigation span is started. | ||
* @returns {() => void} A function that, when executed, removes the registered callback. | ||
*/ | ||
on(hook: 'beforeStartNavigationSpan', callback: (options: StartSpanOptions, navigationOptions?: { | ||
isRedirect?: boolean; | ||
}) => void): () => void; | ||
/** | ||
* A hook for browser tracing integrations to trigger a span for a navigation. | ||
* @returns {() => void} A function that, when executed, removes the registered callback. | ||
*/ | ||
on(hook: 'startNavigationSpan', callback: (options: StartSpanOptions) => void): () => void; | ||
on(hook: 'startNavigationSpan', callback: (options: StartSpanOptions, navigationOptions?: { | ||
isRedirect?: boolean; | ||
}) => void): () => void; | ||
/** | ||
@@ -400,5 +409,13 @@ * A hook for GraphQL client integration to enhance a span with request data. | ||
/** | ||
* Emit a hook event for triggering right before a navigation span is started. | ||
*/ | ||
emit(hook: 'beforeStartNavigationSpan', options: StartSpanOptions, navigationOptions?: { | ||
isRedirect?: boolean; | ||
}): void; | ||
/** | ||
* Emit a hook event for browser tracing integrations to trigger a span for a navigation. | ||
*/ | ||
emit(hook: 'startNavigationSpan', options: StartSpanOptions): void; | ||
emit(hook: 'startNavigationSpan', options: StartSpanOptions, navigationOptions?: { | ||
isRedirect?: boolean; | ||
}): void; | ||
/** | ||
@@ -405,0 +422,0 @@ * Emit a hook event for GraphQL client integration to enhance a span with request data. |
@@ -168,3 +168,3 @@ import { Primitive } from '../misc'; | ||
*/ | ||
onSubmitSuccess?: (data: FeedbackFormData) => void; | ||
onSubmitSuccess?: (data: FeedbackFormData, eventId: string) => void; | ||
/** | ||
@@ -171,0 +171,0 @@ * Callback when feedback is unsuccessfully submitted |
@@ -287,6 +287,15 @@ import type { IntegrationIndex } from './integration'; | ||
/** | ||
* A hook for triggering right before a navigation span is started. | ||
* @returns {() => void} A function that, when executed, removes the registered callback. | ||
*/ | ||
on(hook: 'beforeStartNavigationSpan', callback: (options: StartSpanOptions, navigationOptions?: { | ||
isRedirect?: boolean; | ||
}) => void): () => void; | ||
/** | ||
* A hook for browser tracing integrations to trigger a span for a navigation. | ||
* @returns {() => void} A function that, when executed, removes the registered callback. | ||
*/ | ||
on(hook: 'startNavigationSpan', callback: (options: StartSpanOptions) => void): () => void; | ||
on(hook: 'startNavigationSpan', callback: (options: StartSpanOptions, navigationOptions?: { | ||
isRedirect?: boolean; | ||
}) => void): () => void; | ||
/** | ||
@@ -400,5 +409,13 @@ * A hook for GraphQL client integration to enhance a span with request data. | ||
/** | ||
* Emit a hook event for triggering right before a navigation span is started. | ||
*/ | ||
emit(hook: 'beforeStartNavigationSpan', options: StartSpanOptions, navigationOptions?: { | ||
isRedirect?: boolean; | ||
}): void; | ||
/** | ||
* Emit a hook event for browser tracing integrations to trigger a span for a navigation. | ||
*/ | ||
emit(hook: 'startNavigationSpan', options: StartSpanOptions): void; | ||
emit(hook: 'startNavigationSpan', options: StartSpanOptions, navigationOptions?: { | ||
isRedirect?: boolean; | ||
}): void; | ||
/** | ||
@@ -405,0 +422,0 @@ * Emit a hook event for GraphQL client integration to enhance a span with request data. |
@@ -168,3 +168,3 @@ import type { Primitive } from '../misc'; | ||
*/ | ||
onSubmitSuccess?: (data: FeedbackFormData) => void; | ||
onSubmitSuccess?: (data: FeedbackFormData, eventId: string) => void; | ||
/** | ||
@@ -171,0 +171,0 @@ * Callback when feedback is unsuccessfully submitted |
{ | ||
"name": "@sentry/core", | ||
"version": "9.36.0", | ||
"version": "9.37.0", | ||
"description": "Base implementation 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
3757388
0.09%44020
0.08%