@spotlightjs/overlay 2.5.2 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-9c22eb7e.js → index-1149361f.js} +815 -810
- package/dist/index-1149361f.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/integrations/sentry/sentry-integration.d.ts +1 -1
- package/dist/{main-077714b2.js → main-75aabe1c.js} +2 -2
- package/dist/{main-077714b2.js.map → main-75aabe1c.js.map} +1 -1
- package/dist/sentry-spotlight.iife.js +45 -45
- package/dist/sentry-spotlight.iife.js.map +1 -1
- package/dist/sentry-spotlight.js +1 -1
- package/dist/types.d.ts +4 -0
- package/package.json +1 -1
- package/dist/index-9c22eb7e.js.map +0 -1
package/dist/sentry-spotlight.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as o, D as t, a as e, b as i, R as E, d as r, h as l, m as p, n as c, l as D, o as R, e as T, i as g, j as N, k as _, f, s as h, p as v, t as A, v as C } from "./index-
|
|
1
|
+
import { C as o, D as t, a as e, b as i, R as E, d as r, h as l, m as p, n as c, l as D, o as R, e as T, i as g, j as N, k as _, f, s as h, p as v, t as A, v as C } from "./index-1149361f.js";
|
|
2
2
|
(function(s) {
|
|
3
3
|
s && s.init({ integrations: [s.sentry(), s.console()] });
|
|
4
4
|
})(window.Spotlight);
|
package/dist/types.d.ts
CHANGED
|
@@ -89,6 +89,10 @@ export type SpotlightOverlayOptions = {
|
|
|
89
89
|
* This is useful when replacing error pages of frameworks etc. Implies "injectImmediately".
|
|
90
90
|
*/
|
|
91
91
|
initialEvents?: Record<string, (string | Uint8Array)[]>;
|
|
92
|
+
/**
|
|
93
|
+
* Initial path to navigate to, instead of the first tab.
|
|
94
|
+
*/
|
|
95
|
+
startFrom?: string;
|
|
92
96
|
};
|
|
93
97
|
export type NotificationCount = {
|
|
94
98
|
/**
|