@getsupertab/supertab-js 3.55.1 → 3.56.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/pkg/prod/{browser-ponyfill-B_28vGTn.js → browser-ponyfill-DQooiH_Y.js} +1 -1
- package/dist/pkg/prod/{index-DgoJ3qvy.js → index-BME3dIaH.js} +1132 -1126
- package/dist/pkg/prod/{sentry-DxJXN_Q3.js → sentry-CT6JCxZP.js} +8 -8
- package/dist/pkg/prod/supertab.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as ja, T as qa, P as Va, a as Ga, V as Ya } from "./index-
|
|
1
|
+
import { r as ja, T as qa, P as Va, a as Ga, V as Ya } from "./index-BME3dIaH.js";
|
|
2
2
|
const T = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, N = globalThis, Le = "10.36.0";
|
|
3
3
|
function Tt() {
|
|
4
4
|
return gn(N), N;
|
|
@@ -11126,13 +11126,13 @@ Jg({
|
|
|
11126
11126
|
release: `${Va}@${Ga}`,
|
|
11127
11127
|
environment: qa,
|
|
11128
11128
|
integrations: [Yg()],
|
|
11129
|
-
beforeSend: (e) => e.exception?.values?.some(
|
|
11130
|
-
|
|
11131
|
-
|
|
11132
|
-
|
|
11133
|
-
)
|
|
11134
|
-
)
|
|
11135
|
-
) ? e : null,
|
|
11129
|
+
beforeSend: (e) => e.exception?.values?.some((n) => {
|
|
11130
|
+
const r = n.stacktrace?.frames;
|
|
11131
|
+
return r?.length ? r.slice(-2).some((i) => {
|
|
11132
|
+
const o = i.filename;
|
|
11133
|
+
return o && Qg.some((c) => c.test(o));
|
|
11134
|
+
}) : !1;
|
|
11135
|
+
}) ? e : null,
|
|
11136
11136
|
tracesSampleRate: 0,
|
|
11137
11137
|
profilesSampleRate: 0,
|
|
11138
11138
|
replaysSessionSampleRate: 0,
|