@spotlightjs/overlay 2.4.0-next.2 → 2.4.0-next.3
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-dcda5286.js → index-f526f404.js} +6 -3
- package/dist/index-f526f404.js.map +1 -0
- package/dist/{main-3ec58c54.js → main-9dde9a86.js} +2 -2
- package/dist/{main-3ec58c54.js.map → main-9dde9a86.js.map} +1 -1
- package/dist/sentry-spotlight.iife.js +1 -1
- package/dist/sentry-spotlight.iife.js.map +1 -1
- package/dist/sentry-spotlight.js +1 -1
- package/package.json +1 -1
- package/dist/index-dcda5286.js.map +0 -1
|
@@ -2206,7 +2206,10 @@ class Np {
|
|
|
2206
2206
|
t.forEach((n) => this.pushEvent(n));
|
|
2207
2207
|
}
|
|
2208
2208
|
setSidecarUrl(t) {
|
|
2209
|
-
|
|
2209
|
+
if (!t) {
|
|
2210
|
+
this.contextLinesProvider = null;
|
|
2211
|
+
return;
|
|
2212
|
+
}
|
|
2210
2213
|
const { origin: n } = new URL(t);
|
|
2211
2214
|
this.contextLinesProvider = n + bu;
|
|
2212
2215
|
}
|
|
@@ -3221,7 +3224,7 @@ function hl(e) {
|
|
|
3221
3224
|
}
|
|
3222
3225
|
);
|
|
3223
3226
|
}
|
|
3224
|
-
const oO = P.lazy(() => import("./main-
|
|
3227
|
+
const oO = P.lazy(() => import("./main-9dde9a86.js").then((e) => e.m)), EO = () => {
|
|
3225
3228
|
};
|
|
3226
3229
|
function Eo({
|
|
3227
3230
|
data: e,
|
|
@@ -27249,4 +27252,4 @@ export {
|
|
|
27249
27252
|
lR as t,
|
|
27250
27253
|
zP as v
|
|
27251
27254
|
};
|
|
27252
|
-
//# sourceMappingURL=index-
|
|
27255
|
+
//# sourceMappingURL=index-f526f404.js.map
|