@sentry-internal/browser-utils
Advanced tools
Comparing version
@@ -22,2 +22,5 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
/** | ||
* Exported just for testing | ||
*/ | ||
function instrumentHistory() { | ||
@@ -71,2 +74,3 @@ // The `popstate` event may also be triggered on `pushState`, but it may not always reliably be emitted by the browser | ||
exports.addHistoryInstrumentationHandler = addHistoryInstrumentationHandler; | ||
exports.instrumentHistory = instrumentHistory; | ||
//# sourceMappingURL=history.js.map |
@@ -20,2 +20,5 @@ import { addHandler, maybeInstrument, triggerHandlers, supportsHistory, fill } from '@sentry/core'; | ||
/** | ||
* Exported just for testing | ||
*/ | ||
function instrumentHistory() { | ||
@@ -68,3 +71,3 @@ // The `popstate` event may also be triggered on `pushState`, but it may not always reliably be emitted by the browser | ||
export { addHistoryInstrumentationHandler }; | ||
export { addHistoryInstrumentationHandler, instrumentHistory }; | ||
//# sourceMappingURL=history.js.map |
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"9.6.0-alpha.0","sideEffects":false} | ||
{"type":"module","version":"9.6.0","sideEffects":false} |
@@ -11,2 +11,6 @@ import { HandlerDataHistory } from '@sentry/core'; | ||
export declare function addHistoryInstrumentationHandler(handler: (data: HandlerDataHistory) => void): void; | ||
/** | ||
* Exported just for testing | ||
*/ | ||
export declare function instrumentHistory(): void; | ||
//# sourceMappingURL=history.d.ts.map |
@@ -11,2 +11,6 @@ import type { HandlerDataHistory } from '@sentry/core'; | ||
export declare function addHistoryInstrumentationHandler(handler: (data: HandlerDataHistory) => void): void; | ||
/** | ||
* Exported just for testing | ||
*/ | ||
export declare function instrumentHistory(): void; | ||
//# sourceMappingURL=history.d.ts.map |
{ | ||
"name": "@sentry-internal/browser-utils", | ||
"version": "9.6.0-alpha.0", | ||
"version": "9.6.0", | ||
"description": "Browser Utilities for all Sentry JavaScript SDKs", | ||
@@ -42,3 +42,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "9.6.0-alpha.0" | ||
"@sentry/core": "9.6.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
742312
0.06%8067
0.19%0
-100%+ Added
- Removed
Updated