@cloudflare/vite-plugin 0.0.0-00cf67c53
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/README.md +491 -0
- package/dist/asset-workers/asset-worker.js +2334 -0
- package/dist/asset-workers/router-worker.js +2013 -0
- package/dist/index.d.ts +31 -0
- package/dist/index.js +9553 -0
- package/dist/runner-worker/index.js +1691 -0
- package/package.json +77 -0
|
@@ -0,0 +1,2013 @@
|
|
|
1
|
+
// ../workers-shared/dist/router-worker.mjs
|
|
2
|
+
var fe = class {
|
|
3
|
+
constructor(e) {
|
|
4
|
+
this.performanceTimer = e;
|
|
5
|
+
}
|
|
6
|
+
now() {
|
|
7
|
+
return this.performanceTimer ? this.performanceTimer.timeOrigin + this.performanceTimer.now() : Date.now();
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
var bt = Object.prototype.toString;
|
|
11
|
+
function L(t) {
|
|
12
|
+
switch (bt.call(t)) {
|
|
13
|
+
case "[object Error]":
|
|
14
|
+
case "[object Exception]":
|
|
15
|
+
case "[object DOMException]":
|
|
16
|
+
return true;
|
|
17
|
+
default:
|
|
18
|
+
return O(t, Error);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
function Le(t, e) {
|
|
22
|
+
return bt.call(t) === `[object ${e}]`;
|
|
23
|
+
}
|
|
24
|
+
function Ue(t) {
|
|
25
|
+
return Le(t, "ErrorEvent");
|
|
26
|
+
}
|
|
27
|
+
function Be(t) {
|
|
28
|
+
return Le(t, "String");
|
|
29
|
+
}
|
|
30
|
+
function H(t) {
|
|
31
|
+
return typeof t == "object" && t !== null && "__sentry_template_string__" in t && "__sentry_template_values__" in t;
|
|
32
|
+
}
|
|
33
|
+
function de(t) {
|
|
34
|
+
return t === null || H(t) || typeof t != "object" && typeof t != "function";
|
|
35
|
+
}
|
|
36
|
+
function b(t) {
|
|
37
|
+
return Le(t, "Object");
|
|
38
|
+
}
|
|
39
|
+
function $e(t) {
|
|
40
|
+
return typeof Event < "u" && O(t, Event);
|
|
41
|
+
}
|
|
42
|
+
function je(t) {
|
|
43
|
+
return typeof Element < "u" && O(t, Element);
|
|
44
|
+
}
|
|
45
|
+
function C(t) {
|
|
46
|
+
return !!(t && t.then && typeof t.then == "function");
|
|
47
|
+
}
|
|
48
|
+
function Ge(t) {
|
|
49
|
+
return b(t) && "nativeEvent" in t && "preventDefault" in t && "stopPropagation" in t;
|
|
50
|
+
}
|
|
51
|
+
function O(t, e) {
|
|
52
|
+
try {
|
|
53
|
+
return t instanceof e;
|
|
54
|
+
} catch {
|
|
55
|
+
return false;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
function He(t) {
|
|
59
|
+
return !!(typeof t == "object" && t !== null && (t.__isVue || t._isVue));
|
|
60
|
+
}
|
|
61
|
+
function k(t, e = 0) {
|
|
62
|
+
return typeof t != "string" || e === 0 || t.length <= e ? t : `${t.slice(0, e)}...`;
|
|
63
|
+
}
|
|
64
|
+
var D = "8.9.2";
|
|
65
|
+
var l = globalThis;
|
|
66
|
+
function q(t, e, n) {
|
|
67
|
+
let r = n || l, o = r.__SENTRY__ = r.__SENTRY__ || {}, s = o[D] = o[D] || {};
|
|
68
|
+
return s[t] || (s[t] = e());
|
|
69
|
+
}
|
|
70
|
+
var Nn = l;
|
|
71
|
+
var kn = 80;
|
|
72
|
+
function Rt(t, e = {}) {
|
|
73
|
+
if (!t) return "<unknown>";
|
|
74
|
+
try {
|
|
75
|
+
let n = t, r = 5, o = [], s = 0, i = 0, a = " > ", c = a.length, u, f = Array.isArray(e) ? e : e.keyAttrs, p = !Array.isArray(e) && e.maxStringLength || kn;
|
|
76
|
+
for (; n && s++ < r && (u = Dn(n, f), !(u === "html" || s > 1 && i + o.length * c + u.length >= p)); ) o.push(u), i += u.length, n = n.parentNode;
|
|
77
|
+
return o.reverse().join(a);
|
|
78
|
+
} catch {
|
|
79
|
+
return "<unknown>";
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
function Dn(t, e) {
|
|
83
|
+
let n = t, r = [], o, s, i, a, c;
|
|
84
|
+
if (!n || !n.tagName) return "";
|
|
85
|
+
if (Nn.HTMLElement && n instanceof HTMLElement && n.dataset) {
|
|
86
|
+
if (n.dataset.sentryComponent) return n.dataset.sentryComponent;
|
|
87
|
+
if (n.dataset.sentryElement) return n.dataset.sentryElement;
|
|
88
|
+
}
|
|
89
|
+
r.push(n.tagName.toLowerCase());
|
|
90
|
+
let u = e && e.length ? e.filter((p) => n.getAttribute(p)).map((p) => [p, n.getAttribute(p)]) : null;
|
|
91
|
+
if (u && u.length) u.forEach((p) => {
|
|
92
|
+
r.push(`[${p[0]}="${p[1]}"]`);
|
|
93
|
+
});
|
|
94
|
+
else if (n.id && r.push(`#${n.id}`), o = n.className, o && Be(o)) for (s = o.split(/\s+/), c = 0; c < s.length; c++) r.push(`.${s[c]}`);
|
|
95
|
+
let f = ["aria-label", "type", "name", "title", "alt"];
|
|
96
|
+
for (c = 0; c < f.length; c++) i = f[c], a = n.getAttribute(i), a && r.push(`[${i}="${a}"]`);
|
|
97
|
+
return r.join("");
|
|
98
|
+
}
|
|
99
|
+
var v = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__;
|
|
100
|
+
var vn = "Sentry Logger ";
|
|
101
|
+
var qe = ["debug", "info", "warn", "error", "log", "assert", "trace"];
|
|
102
|
+
var ze = {};
|
|
103
|
+
function le(t) {
|
|
104
|
+
if (!("console" in l)) return t();
|
|
105
|
+
let e = l.console, n = {}, r = Object.keys(ze);
|
|
106
|
+
r.forEach((o) => {
|
|
107
|
+
let s = ze[o];
|
|
108
|
+
n[o] = e[o], e[o] = s;
|
|
109
|
+
});
|
|
110
|
+
try {
|
|
111
|
+
return t();
|
|
112
|
+
} finally {
|
|
113
|
+
r.forEach((o) => {
|
|
114
|
+
e[o] = n[o];
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
function Mn() {
|
|
119
|
+
let t = false, e = { enable: () => {
|
|
120
|
+
t = true;
|
|
121
|
+
}, disable: () => {
|
|
122
|
+
t = false;
|
|
123
|
+
}, isEnabled: () => t };
|
|
124
|
+
return v ? qe.forEach((n) => {
|
|
125
|
+
e[n] = (...r) => {
|
|
126
|
+
t && le(() => {
|
|
127
|
+
l.console[n](`${vn}[${n}]:`, ...r);
|
|
128
|
+
});
|
|
129
|
+
};
|
|
130
|
+
}) : qe.forEach((n) => {
|
|
131
|
+
e[n] = () => {
|
|
132
|
+
};
|
|
133
|
+
}), e;
|
|
134
|
+
}
|
|
135
|
+
var d = Mn();
|
|
136
|
+
var Pn = /^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;
|
|
137
|
+
function wn(t) {
|
|
138
|
+
return t === "http" || t === "https";
|
|
139
|
+
}
|
|
140
|
+
function M(t, e = false) {
|
|
141
|
+
let { host: n, path: r, pass: o, port: s, projectId: i, protocol: a, publicKey: c } = t;
|
|
142
|
+
return `${a}://${c}${e && o ? `:${o}` : ""}@${n}${s ? `:${s}` : ""}/${r && `${r}/`}${i}`;
|
|
143
|
+
}
|
|
144
|
+
function Ct(t) {
|
|
145
|
+
let e = Pn.exec(t);
|
|
146
|
+
if (!e) {
|
|
147
|
+
le(() => {
|
|
148
|
+
console.error(`Invalid Sentry Dsn: ${t}`);
|
|
149
|
+
});
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
let [n, r, o = "", s, i = "", a] = e.slice(1), c = "", u = a, f = u.split("/");
|
|
153
|
+
if (f.length > 1 && (c = f.slice(0, -1).join("/"), u = f.pop()), u) {
|
|
154
|
+
let p = u.match(/^\d+/);
|
|
155
|
+
p && (u = p[0]);
|
|
156
|
+
}
|
|
157
|
+
return Ot({ host: s, pass: o, path: c, projectId: u, port: i, protocol: n, publicKey: r });
|
|
158
|
+
}
|
|
159
|
+
function Ot(t) {
|
|
160
|
+
return { protocol: t.protocol, publicKey: t.publicKey || "", pass: t.pass || "", host: t.host, port: t.port || "", path: t.path || "", projectId: t.projectId };
|
|
161
|
+
}
|
|
162
|
+
function Fn(t) {
|
|
163
|
+
if (!v) return true;
|
|
164
|
+
let { port: e, projectId: n, protocol: r } = t;
|
|
165
|
+
return ["protocol", "publicKey", "host", "projectId"].find((i) => t[i] ? false : (d.error(`Invalid Sentry Dsn: ${i} missing`), true)) ? false : n.match(/^\d+$/) ? wn(r) ? e && isNaN(parseInt(e, 10)) ? (d.error(`Invalid Sentry Dsn: Invalid port ${e}`), false) : true : (d.error(`Invalid Sentry Dsn: Invalid protocol ${r}`), false) : (d.error(`Invalid Sentry Dsn: Invalid projectId ${n}`), false);
|
|
166
|
+
}
|
|
167
|
+
function me(t) {
|
|
168
|
+
let e = typeof t == "string" ? Ct(t) : Ot(t);
|
|
169
|
+
if (!(!e || !Fn(e))) return e;
|
|
170
|
+
}
|
|
171
|
+
var T = class extends Error {
|
|
172
|
+
constructor(e, n = "warn") {
|
|
173
|
+
super(e), this.message = e, this.name = new.target.prototype.constructor.name, Object.setPrototypeOf(this, new.target.prototype), this.logLevel = n;
|
|
174
|
+
}
|
|
175
|
+
};
|
|
176
|
+
function U(t, e, n) {
|
|
177
|
+
try {
|
|
178
|
+
Object.defineProperty(t, e, { value: n, writable: true, configurable: true });
|
|
179
|
+
} catch {
|
|
180
|
+
v && d.log(`Failed to add non-enumerable property "${e}" to object`, t);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
function Je(t) {
|
|
184
|
+
return Object.keys(t).map((e) => `${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`).join("&");
|
|
185
|
+
}
|
|
186
|
+
function ge(t) {
|
|
187
|
+
if (L(t)) return { message: t.message, name: t.name, stack: t.stack, ...kt(t) };
|
|
188
|
+
if ($e(t)) {
|
|
189
|
+
let e = { type: t.type, target: Nt(t.target), currentTarget: Nt(t.currentTarget), ...kt(t) };
|
|
190
|
+
return typeof CustomEvent < "u" && O(t, CustomEvent) && (e.detail = t.detail), e;
|
|
191
|
+
} else return t;
|
|
192
|
+
}
|
|
193
|
+
function Nt(t) {
|
|
194
|
+
try {
|
|
195
|
+
return je(t) ? Rt(t) : Object.prototype.toString.call(t);
|
|
196
|
+
} catch {
|
|
197
|
+
return "<unknown>";
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
function kt(t) {
|
|
201
|
+
if (typeof t == "object" && t !== null) {
|
|
202
|
+
let e = {};
|
|
203
|
+
for (let n in t) Object.prototype.hasOwnProperty.call(t, n) && (e[n] = t[n]);
|
|
204
|
+
return e;
|
|
205
|
+
} else return {};
|
|
206
|
+
}
|
|
207
|
+
function V(t, e = 40) {
|
|
208
|
+
let n = Object.keys(ge(t));
|
|
209
|
+
if (n.sort(), !n.length) return "[object has no keys]";
|
|
210
|
+
if (n[0].length >= e) return k(n[0], e);
|
|
211
|
+
for (let r = n.length; r > 0; r--) {
|
|
212
|
+
let o = n.slice(0, r).join(", ");
|
|
213
|
+
if (!(o.length > e)) return r === n.length ? o : k(o, e);
|
|
214
|
+
}
|
|
215
|
+
return "";
|
|
216
|
+
}
|
|
217
|
+
function E(t) {
|
|
218
|
+
return Ye(t, /* @__PURE__ */ new Map());
|
|
219
|
+
}
|
|
220
|
+
function Ye(t, e) {
|
|
221
|
+
if (Ln(t)) {
|
|
222
|
+
let n = e.get(t);
|
|
223
|
+
if (n !== void 0) return n;
|
|
224
|
+
let r = {};
|
|
225
|
+
e.set(t, r);
|
|
226
|
+
for (let o of Object.keys(t)) typeof t[o] < "u" && (r[o] = Ye(t[o], e));
|
|
227
|
+
return r;
|
|
228
|
+
}
|
|
229
|
+
if (Array.isArray(t)) {
|
|
230
|
+
let n = e.get(t);
|
|
231
|
+
if (n !== void 0) return n;
|
|
232
|
+
let r = [];
|
|
233
|
+
return e.set(t, r), t.forEach((o) => {
|
|
234
|
+
r.push(Ye(o, e));
|
|
235
|
+
}), r;
|
|
236
|
+
}
|
|
237
|
+
return t;
|
|
238
|
+
}
|
|
239
|
+
function Ln(t) {
|
|
240
|
+
if (!b(t)) return false;
|
|
241
|
+
try {
|
|
242
|
+
let e = Object.getPrototypeOf(t).constructor.name;
|
|
243
|
+
return !e || e === "Object";
|
|
244
|
+
} catch {
|
|
245
|
+
return true;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
var he = "?";
|
|
249
|
+
var Dt = /\(error: (.*)\)/;
|
|
250
|
+
var vt = /captureMessage|captureException/;
|
|
251
|
+
function _e(...t) {
|
|
252
|
+
let e = t.sort((n, r) => n[0] - r[0]).map((n) => n[1]);
|
|
253
|
+
return (n, r = 0, o = 0) => {
|
|
254
|
+
let s = [], i = n.split(`
|
|
255
|
+
`);
|
|
256
|
+
for (let a = r; a < i.length; a++) {
|
|
257
|
+
let c = i[a];
|
|
258
|
+
if (c.length > 1024) continue;
|
|
259
|
+
let u = Dt.test(c) ? c.replace(Dt, "$1") : c;
|
|
260
|
+
if (!u.match(/\S*Error: /)) {
|
|
261
|
+
for (let f of e) {
|
|
262
|
+
let p = f(u);
|
|
263
|
+
if (p) {
|
|
264
|
+
s.push(p);
|
|
265
|
+
break;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
if (s.length >= 50 + o) break;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
return Mt(s.slice(o));
|
|
272
|
+
};
|
|
273
|
+
}
|
|
274
|
+
function Ke(t) {
|
|
275
|
+
return Array.isArray(t) ? _e(...t) : t;
|
|
276
|
+
}
|
|
277
|
+
function Mt(t) {
|
|
278
|
+
if (!t.length) return [];
|
|
279
|
+
let e = Array.from(t);
|
|
280
|
+
return /sentryWrapped/.test(e[e.length - 1].function || "") && e.pop(), e.reverse(), vt.test(e[e.length - 1].function || "") && (e.pop(), vt.test(e[e.length - 1].function || "") && e.pop()), e.slice(0, 50).map((n) => ({ ...n, filename: n.filename || e[e.length - 1].filename, function: n.function || he }));
|
|
281
|
+
}
|
|
282
|
+
var We = "<anonymous>";
|
|
283
|
+
function X(t) {
|
|
284
|
+
try {
|
|
285
|
+
return !t || typeof t != "function" ? We : t.name || We;
|
|
286
|
+
} catch {
|
|
287
|
+
return We;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
var Ee = {};
|
|
291
|
+
var Pt = {};
|
|
292
|
+
function Se(t, e) {
|
|
293
|
+
Ee[t] = Ee[t] || [], Ee[t].push(e);
|
|
294
|
+
}
|
|
295
|
+
function ye(t, e) {
|
|
296
|
+
Pt[t] || (e(), Pt[t] = true);
|
|
297
|
+
}
|
|
298
|
+
function Te(t, e) {
|
|
299
|
+
let n = t && Ee[t];
|
|
300
|
+
if (n) for (let r of n) try {
|
|
301
|
+
r(e);
|
|
302
|
+
} catch (o) {
|
|
303
|
+
v && d.error(`Error while triggering instrumentation handler.
|
|
304
|
+
Type: ${t}
|
|
305
|
+
Name: ${X(r)}
|
|
306
|
+
Error:`, o);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
var wt = 1e3;
|
|
310
|
+
function z() {
|
|
311
|
+
return Date.now() / wt;
|
|
312
|
+
}
|
|
313
|
+
function Un() {
|
|
314
|
+
let { performance: t } = l;
|
|
315
|
+
if (!t || !t.now) return z;
|
|
316
|
+
let e = Date.now() - t.now(), n = t.timeOrigin == null ? e : t.timeOrigin;
|
|
317
|
+
return () => (n + t.now()) / wt;
|
|
318
|
+
}
|
|
319
|
+
var Q = Un();
|
|
320
|
+
var Z;
|
|
321
|
+
var Bn = (() => {
|
|
322
|
+
let { performance: t } = l;
|
|
323
|
+
if (!t || !t.now) {
|
|
324
|
+
Z = "none";
|
|
325
|
+
return;
|
|
326
|
+
}
|
|
327
|
+
let e = 3600 * 1e3, n = t.now(), r = Date.now(), o = t.timeOrigin ? Math.abs(t.timeOrigin + n - r) : e, s = o < e, i = t.timing && t.timing.navigationStart, c = typeof i == "number" ? Math.abs(i + n - r) : e, u = c < e;
|
|
328
|
+
return s || u ? o <= c ? (Z = "timeOrigin", t.timeOrigin) : (Z = "navigationStart", i) : (Z = "dateNow", r);
|
|
329
|
+
})();
|
|
330
|
+
var Ie = null;
|
|
331
|
+
function Ve(t) {
|
|
332
|
+
let e = "error";
|
|
333
|
+
Se(e, t), ye(e, $n);
|
|
334
|
+
}
|
|
335
|
+
function $n() {
|
|
336
|
+
Ie = l.onerror, l.onerror = function(t, e, n, r, o) {
|
|
337
|
+
return Te("error", { column: r, error: o, line: n, msg: t, url: e }), Ie && !Ie.__SENTRY_LOADER__ ? Ie.apply(this, arguments) : false;
|
|
338
|
+
}, l.onerror.__SENTRY_INSTRUMENTED__ = true;
|
|
339
|
+
}
|
|
340
|
+
var xe = null;
|
|
341
|
+
function Xe(t) {
|
|
342
|
+
let e = "unhandledrejection";
|
|
343
|
+
Se(e, t), ye(e, jn);
|
|
344
|
+
}
|
|
345
|
+
function jn() {
|
|
346
|
+
xe = l.onunhandledrejection, l.onunhandledrejection = function(t) {
|
|
347
|
+
return Te("unhandledrejection", t), xe && !xe.__SENTRY_LOADER__ ? xe.apply(this, arguments) : true;
|
|
348
|
+
}, l.onunhandledrejection.__SENTRY_INSTRUMENTED__ = true;
|
|
349
|
+
}
|
|
350
|
+
function Ft() {
|
|
351
|
+
let t = typeof WeakSet == "function", e = t ? /* @__PURE__ */ new WeakSet() : [];
|
|
352
|
+
function n(o) {
|
|
353
|
+
if (t) return e.has(o) ? true : (e.add(o), false);
|
|
354
|
+
for (let s = 0; s < e.length; s++) if (e[s] === o) return true;
|
|
355
|
+
return e.push(o), false;
|
|
356
|
+
}
|
|
357
|
+
function r(o) {
|
|
358
|
+
if (t) e.delete(o);
|
|
359
|
+
else for (let s = 0; s < e.length; s++) if (e[s] === o) {
|
|
360
|
+
e.splice(s, 1);
|
|
361
|
+
break;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
return [n, r];
|
|
365
|
+
}
|
|
366
|
+
function S() {
|
|
367
|
+
let t = l, e = t.crypto || t.msCrypto, n = () => Math.random() * 16;
|
|
368
|
+
try {
|
|
369
|
+
if (e && e.randomUUID) return e.randomUUID().replace(/-/g, "");
|
|
370
|
+
e && e.getRandomValues && (n = () => {
|
|
371
|
+
let r = new Uint8Array(1);
|
|
372
|
+
return e.getRandomValues(r), r[0];
|
|
373
|
+
});
|
|
374
|
+
} catch {
|
|
375
|
+
}
|
|
376
|
+
return ("10000000100040008000" + 1e11).replace(/[018]/g, (r) => (r ^ (n() & 15) >> r / 4).toString(16));
|
|
377
|
+
}
|
|
378
|
+
function Gn(t) {
|
|
379
|
+
return t.exception && t.exception.values ? t.exception.values[0] : void 0;
|
|
380
|
+
}
|
|
381
|
+
function ee(t, e, n) {
|
|
382
|
+
let r = t.exception = t.exception || {}, o = r.values = r.values || [], s = o[0] = o[0] || {};
|
|
383
|
+
s.value || (s.value = e || ""), s.type || (s.type = n || "Error");
|
|
384
|
+
}
|
|
385
|
+
function B(t, e) {
|
|
386
|
+
let n = Gn(t);
|
|
387
|
+
if (!n) return;
|
|
388
|
+
let r = { type: "generic", handled: true }, o = n.mechanism;
|
|
389
|
+
if (n.mechanism = { ...r, ...o, ...e }, e && "data" in e) {
|
|
390
|
+
let s = { ...o && o.data, ...e.data };
|
|
391
|
+
n.mechanism.data = s;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
function Ae(t) {
|
|
395
|
+
if (t && t.__sentry_captured__) return true;
|
|
396
|
+
try {
|
|
397
|
+
U(t, "__sentry_captured__", true);
|
|
398
|
+
} catch {
|
|
399
|
+
}
|
|
400
|
+
return false;
|
|
401
|
+
}
|
|
402
|
+
function te(t) {
|
|
403
|
+
return Array.isArray(t) ? t : [t];
|
|
404
|
+
}
|
|
405
|
+
function R(t, e = 100, n = 1 / 0) {
|
|
406
|
+
try {
|
|
407
|
+
return Ze("", t, e, n);
|
|
408
|
+
} catch (r) {
|
|
409
|
+
return { ERROR: `**non-serializable** (${r})` };
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
function Y(t, e = 3, n = 100 * 1024) {
|
|
413
|
+
let r = R(t, e);
|
|
414
|
+
return Yn(r) > n ? Y(t, e - 1, n) : r;
|
|
415
|
+
}
|
|
416
|
+
function Ze(t, e, n = 1 / 0, r = 1 / 0, o = Ft()) {
|
|
417
|
+
let [s, i] = o;
|
|
418
|
+
if (e == null || ["number", "boolean", "string"].includes(typeof e) && !Number.isNaN(e)) return e;
|
|
419
|
+
let a = Hn(t, e);
|
|
420
|
+
if (!a.startsWith("[object ")) return a;
|
|
421
|
+
if (e.__sentry_skip_normalization__) return e;
|
|
422
|
+
let c = typeof e.__sentry_override_normalization_depth__ == "number" ? e.__sentry_override_normalization_depth__ : n;
|
|
423
|
+
if (c === 0) return a.replace("object ", "");
|
|
424
|
+
if (s(e)) return "[Circular ~]";
|
|
425
|
+
let u = e;
|
|
426
|
+
if (u && typeof u.toJSON == "function") try {
|
|
427
|
+
let m = u.toJSON();
|
|
428
|
+
return Ze("", m, c - 1, r, o);
|
|
429
|
+
} catch {
|
|
430
|
+
}
|
|
431
|
+
let f = Array.isArray(e) ? [] : {}, p = 0, g = ge(e);
|
|
432
|
+
for (let m in g) {
|
|
433
|
+
if (!Object.prototype.hasOwnProperty.call(g, m)) continue;
|
|
434
|
+
if (p >= r) {
|
|
435
|
+
f[m] = "[MaxProperties ~]";
|
|
436
|
+
break;
|
|
437
|
+
}
|
|
438
|
+
let h = g[m];
|
|
439
|
+
f[m] = Ze(m, h, c - 1, r, o), p++;
|
|
440
|
+
}
|
|
441
|
+
return i(e), f;
|
|
442
|
+
}
|
|
443
|
+
function Hn(t, e) {
|
|
444
|
+
try {
|
|
445
|
+
if (t === "domain" && e && typeof e == "object" && e._events) return "[Domain]";
|
|
446
|
+
if (t === "domainEmitter") return "[DomainEmitter]";
|
|
447
|
+
if (typeof global < "u" && e === global) return "[Global]";
|
|
448
|
+
if (typeof window < "u" && e === window) return "[Window]";
|
|
449
|
+
if (typeof document < "u" && e === document) return "[Document]";
|
|
450
|
+
if (He(e)) return "[VueViewModel]";
|
|
451
|
+
if (Ge(e)) return "[SyntheticEvent]";
|
|
452
|
+
if (typeof e == "number" && e !== e) return "[NaN]";
|
|
453
|
+
if (typeof e == "function") return `[Function: ${X(e)}]`;
|
|
454
|
+
if (typeof e == "symbol") return `[${String(e)}]`;
|
|
455
|
+
if (typeof e == "bigint") return `[BigInt: ${String(e)}]`;
|
|
456
|
+
let n = qn(e);
|
|
457
|
+
return /^HTML(\w*)Element$/.test(n) ? `[HTMLElement: ${n}]` : `[object ${n}]`;
|
|
458
|
+
} catch (n) {
|
|
459
|
+
return `**non-serializable** (${n})`;
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
function qn(t) {
|
|
463
|
+
let e = Object.getPrototypeOf(t);
|
|
464
|
+
return e ? e.constructor.name : "null prototype";
|
|
465
|
+
}
|
|
466
|
+
function zn(t) {
|
|
467
|
+
return ~-encodeURI(t).split(/%..|./).length;
|
|
468
|
+
}
|
|
469
|
+
function Yn(t) {
|
|
470
|
+
return zn(JSON.stringify(t));
|
|
471
|
+
}
|
|
472
|
+
function Jn(t, e) {
|
|
473
|
+
let n = 0;
|
|
474
|
+
for (let r = t.length - 1; r >= 0; r--) {
|
|
475
|
+
let o = t[r];
|
|
476
|
+
o === "." ? t.splice(r, 1) : o === ".." ? (t.splice(r, 1), n++) : n && (t.splice(r, 1), n--);
|
|
477
|
+
}
|
|
478
|
+
if (e) for (; n--; n) t.unshift("..");
|
|
479
|
+
return t;
|
|
480
|
+
}
|
|
481
|
+
var Wn = /^(\S+:\\|\/?)([\s\S]*?)((?:\.{1,2}|[^/\\]+?|)(\.[^./\\]*|))(?:[/\\]*)$/;
|
|
482
|
+
function Kn(t) {
|
|
483
|
+
let e = t.length > 1024 ? `<truncated>${t.slice(-1024)}` : t, n = Wn.exec(e);
|
|
484
|
+
return n ? n.slice(1) : [];
|
|
485
|
+
}
|
|
486
|
+
function Qe(...t) {
|
|
487
|
+
let e = "", n = false;
|
|
488
|
+
for (let r = t.length - 1; r >= -1 && !n; r--) {
|
|
489
|
+
let o = r >= 0 ? t[r] : "/";
|
|
490
|
+
o && (e = `${o}/${e}`, n = o.charAt(0) === "/");
|
|
491
|
+
}
|
|
492
|
+
return e = Jn(e.split("/").filter((r) => !!r), !n).join("/"), (n ? "/" : "") + e || ".";
|
|
493
|
+
}
|
|
494
|
+
function Lt(t) {
|
|
495
|
+
let e = 0;
|
|
496
|
+
for (; e < t.length && t[e] === ""; e++) ;
|
|
497
|
+
let n = t.length - 1;
|
|
498
|
+
for (; n >= 0 && t[n] === ""; n--) ;
|
|
499
|
+
return e > n ? [] : t.slice(e, n - e + 1);
|
|
500
|
+
}
|
|
501
|
+
function et(t, e) {
|
|
502
|
+
t = Qe(t).slice(1), e = Qe(e).slice(1);
|
|
503
|
+
let n = Lt(t.split("/")), r = Lt(e.split("/")), o = Math.min(n.length, r.length), s = o;
|
|
504
|
+
for (let a = 0; a < o; a++) if (n[a] !== r[a]) {
|
|
505
|
+
s = a;
|
|
506
|
+
break;
|
|
507
|
+
}
|
|
508
|
+
let i = [];
|
|
509
|
+
for (let a = s; a < n.length; a++) i.push("..");
|
|
510
|
+
return i = i.concat(r.slice(s)), i.join("/");
|
|
511
|
+
}
|
|
512
|
+
function ne(t, e) {
|
|
513
|
+
let n = Kn(t)[2];
|
|
514
|
+
return e && n.slice(e.length * -1) === e && (n = n.slice(0, n.length - e.length)), n;
|
|
515
|
+
}
|
|
516
|
+
var N;
|
|
517
|
+
(function(t) {
|
|
518
|
+
t[t.PENDING = 0] = "PENDING";
|
|
519
|
+
let n = 1;
|
|
520
|
+
t[t.RESOLVED = n] = "RESOLVED";
|
|
521
|
+
let r = 2;
|
|
522
|
+
t[t.REJECTED = r] = "REJECTED";
|
|
523
|
+
})(N || (N = {}));
|
|
524
|
+
function x(t) {
|
|
525
|
+
return new y((e) => {
|
|
526
|
+
e(t);
|
|
527
|
+
});
|
|
528
|
+
}
|
|
529
|
+
function $(t) {
|
|
530
|
+
return new y((e, n) => {
|
|
531
|
+
n(t);
|
|
532
|
+
});
|
|
533
|
+
}
|
|
534
|
+
var y = class {
|
|
535
|
+
constructor(e) {
|
|
536
|
+
y.prototype.__init.call(this), y.prototype.__init2.call(this), y.prototype.__init3.call(this), y.prototype.__init4.call(this), this._state = N.PENDING, this._handlers = [];
|
|
537
|
+
try {
|
|
538
|
+
e(this._resolve, this._reject);
|
|
539
|
+
} catch (n) {
|
|
540
|
+
this._reject(n);
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
then(e, n) {
|
|
544
|
+
return new y((r, o) => {
|
|
545
|
+
this._handlers.push([false, (s) => {
|
|
546
|
+
if (!e) r(s);
|
|
547
|
+
else try {
|
|
548
|
+
r(e(s));
|
|
549
|
+
} catch (i) {
|
|
550
|
+
o(i);
|
|
551
|
+
}
|
|
552
|
+
}, (s) => {
|
|
553
|
+
if (!n) o(s);
|
|
554
|
+
else try {
|
|
555
|
+
r(n(s));
|
|
556
|
+
} catch (i) {
|
|
557
|
+
o(i);
|
|
558
|
+
}
|
|
559
|
+
}]), this._executeHandlers();
|
|
560
|
+
});
|
|
561
|
+
}
|
|
562
|
+
catch(e) {
|
|
563
|
+
return this.then((n) => n, e);
|
|
564
|
+
}
|
|
565
|
+
finally(e) {
|
|
566
|
+
return new y((n, r) => {
|
|
567
|
+
let o, s;
|
|
568
|
+
return this.then((i) => {
|
|
569
|
+
s = false, o = i, e && e();
|
|
570
|
+
}, (i) => {
|
|
571
|
+
s = true, o = i, e && e();
|
|
572
|
+
}).then(() => {
|
|
573
|
+
if (s) {
|
|
574
|
+
r(o);
|
|
575
|
+
return;
|
|
576
|
+
}
|
|
577
|
+
n(o);
|
|
578
|
+
});
|
|
579
|
+
});
|
|
580
|
+
}
|
|
581
|
+
__init() {
|
|
582
|
+
this._resolve = (e) => {
|
|
583
|
+
this._setResult(N.RESOLVED, e);
|
|
584
|
+
};
|
|
585
|
+
}
|
|
586
|
+
__init2() {
|
|
587
|
+
this._reject = (e) => {
|
|
588
|
+
this._setResult(N.REJECTED, e);
|
|
589
|
+
};
|
|
590
|
+
}
|
|
591
|
+
__init3() {
|
|
592
|
+
this._setResult = (e, n) => {
|
|
593
|
+
if (this._state === N.PENDING) {
|
|
594
|
+
if (C(n)) {
|
|
595
|
+
n.then(this._resolve, this._reject);
|
|
596
|
+
return;
|
|
597
|
+
}
|
|
598
|
+
this._state = e, this._value = n, this._executeHandlers();
|
|
599
|
+
}
|
|
600
|
+
};
|
|
601
|
+
}
|
|
602
|
+
__init4() {
|
|
603
|
+
this._executeHandlers = () => {
|
|
604
|
+
if (this._state === N.PENDING) return;
|
|
605
|
+
let e = this._handlers.slice();
|
|
606
|
+
this._handlers = [], e.forEach((n) => {
|
|
607
|
+
n[0] || (this._state === N.RESOLVED && n[1](this._value), this._state === N.REJECTED && n[2](this._value), n[0] = true);
|
|
608
|
+
});
|
|
609
|
+
};
|
|
610
|
+
}
|
|
611
|
+
};
|
|
612
|
+
function tt(t) {
|
|
613
|
+
let e = [];
|
|
614
|
+
function n() {
|
|
615
|
+
return t === void 0 || e.length < t;
|
|
616
|
+
}
|
|
617
|
+
function r(i) {
|
|
618
|
+
return e.splice(e.indexOf(i), 1)[0];
|
|
619
|
+
}
|
|
620
|
+
function o(i) {
|
|
621
|
+
if (!n()) return $(new T("Not adding Promise because buffer limit was reached."));
|
|
622
|
+
let a = i();
|
|
623
|
+
return e.indexOf(a) === -1 && e.push(a), a.then(() => r(a)).then(null, () => r(a).then(null, () => {
|
|
624
|
+
})), a;
|
|
625
|
+
}
|
|
626
|
+
function s(i) {
|
|
627
|
+
return new y((a, c) => {
|
|
628
|
+
let u = e.length;
|
|
629
|
+
if (!u) return a(true);
|
|
630
|
+
let f = setTimeout(() => {
|
|
631
|
+
i && i > 0 && a(false);
|
|
632
|
+
}, i);
|
|
633
|
+
e.forEach((p) => {
|
|
634
|
+
x(p).then(() => {
|
|
635
|
+
--u || (clearTimeout(f), a(true));
|
|
636
|
+
}, c);
|
|
637
|
+
});
|
|
638
|
+
});
|
|
639
|
+
}
|
|
640
|
+
return { $: e, add: o, drain: s };
|
|
641
|
+
}
|
|
642
|
+
function Ut(t, e = false) {
|
|
643
|
+
return !(e || t && !t.startsWith("/") && !t.match(/^[A-Z]:/) && !t.startsWith(".") && !t.match(/^[a-zA-Z]([a-zA-Z0-9.\-+])*:\/\//)) && t !== void 0 && !t.includes("node_modules/");
|
|
644
|
+
}
|
|
645
|
+
function Bt(t) {
|
|
646
|
+
let e = /^\s*[-]{4,}$/, n = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
|
|
647
|
+
return (r) => {
|
|
648
|
+
let o = r.match(n);
|
|
649
|
+
if (o) {
|
|
650
|
+
let s, i, a, c, u;
|
|
651
|
+
if (o[1]) {
|
|
652
|
+
a = o[1];
|
|
653
|
+
let g = a.lastIndexOf(".");
|
|
654
|
+
if (a[g - 1] === "." && g--, g > 0) {
|
|
655
|
+
s = a.slice(0, g), i = a.slice(g + 1);
|
|
656
|
+
let m = s.indexOf(".Module");
|
|
657
|
+
m > 0 && (a = a.slice(m + 1), s = s.slice(0, m));
|
|
658
|
+
}
|
|
659
|
+
c = void 0;
|
|
660
|
+
}
|
|
661
|
+
i && (c = s, u = i), i === "<anonymous>" && (u = void 0, a = void 0), a === void 0 && (u = u || he, a = c ? `${c}.${u}` : u);
|
|
662
|
+
let f = o[2] && o[2].startsWith("file://") ? o[2].slice(7) : o[2], p = o[5] === "native";
|
|
663
|
+
return f && f.match(/\/[A-Z]:/) && (f = f.slice(1)), !f && o[5] && !p && (f = o[5]), { filename: f, module: t ? t(f) : void 0, function: a, lineno: parseInt(o[3], 10) || void 0, colno: parseInt(o[4], 10) || void 0, in_app: Ut(f, p) };
|
|
664
|
+
}
|
|
665
|
+
if (r.match(e)) return { filename: r };
|
|
666
|
+
};
|
|
667
|
+
}
|
|
668
|
+
function nt(t) {
|
|
669
|
+
return [90, Bt(t)];
|
|
670
|
+
}
|
|
671
|
+
function P(t, e = []) {
|
|
672
|
+
return [t, e];
|
|
673
|
+
}
|
|
674
|
+
function ot(t, e) {
|
|
675
|
+
let [n, r] = t;
|
|
676
|
+
return [n, [...r, e]];
|
|
677
|
+
}
|
|
678
|
+
function be(t, e) {
|
|
679
|
+
let n = t[1];
|
|
680
|
+
for (let r of n) {
|
|
681
|
+
let o = r[0].type;
|
|
682
|
+
if (e(r, o)) return true;
|
|
683
|
+
}
|
|
684
|
+
return false;
|
|
685
|
+
}
|
|
686
|
+
function rt(t) {
|
|
687
|
+
return l.__SENTRY__ && l.__SENTRY__.encodePolyfill ? l.__SENTRY__.encodePolyfill(t) : new TextEncoder().encode(t);
|
|
688
|
+
}
|
|
689
|
+
function st(t) {
|
|
690
|
+
let [e, n] = t, r = JSON.stringify(e);
|
|
691
|
+
function o(s) {
|
|
692
|
+
typeof r == "string" ? r = typeof s == "string" ? r + s : [rt(r), s] : r.push(typeof s == "string" ? rt(s) : s);
|
|
693
|
+
}
|
|
694
|
+
for (let s of n) {
|
|
695
|
+
let [i, a] = s;
|
|
696
|
+
if (o(`
|
|
697
|
+
${JSON.stringify(i)}
|
|
698
|
+
`), typeof a == "string" || a instanceof Uint8Array) o(a);
|
|
699
|
+
else {
|
|
700
|
+
let c;
|
|
701
|
+
try {
|
|
702
|
+
c = JSON.stringify(a);
|
|
703
|
+
} catch {
|
|
704
|
+
c = JSON.stringify(R(a));
|
|
705
|
+
}
|
|
706
|
+
o(c);
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
return typeof r == "string" ? r : Vn(r);
|
|
710
|
+
}
|
|
711
|
+
function Vn(t) {
|
|
712
|
+
let e = t.reduce((o, s) => o + s.length, 0), n = new Uint8Array(e), r = 0;
|
|
713
|
+
for (let o of t) n.set(o, r), r += o.length;
|
|
714
|
+
return n;
|
|
715
|
+
}
|
|
716
|
+
function it(t) {
|
|
717
|
+
let e = typeof t.data == "string" ? rt(t.data) : t.data;
|
|
718
|
+
return [E({ type: "attachment", length: e.length, filename: t.filename, content_type: t.contentType, attachment_type: t.attachmentType }), e];
|
|
719
|
+
}
|
|
720
|
+
var Xn = { session: "session", sessions: "session", attachment: "attachment", transaction: "transaction", event: "error", client_report: "internal", user_report: "default", profile: "profile", profile_chunk: "profile", replay_event: "replay", replay_recording: "replay", check_in: "monitor", feedback: "feedback", span: "span", statsd: "metric_bucket" };
|
|
721
|
+
function Re(t) {
|
|
722
|
+
return Xn[t];
|
|
723
|
+
}
|
|
724
|
+
function Ce(t) {
|
|
725
|
+
if (!t || !t.sdk) return;
|
|
726
|
+
let { name: e, version: n } = t.sdk;
|
|
727
|
+
return { name: e, version: n };
|
|
728
|
+
}
|
|
729
|
+
function at(t, e, n, r) {
|
|
730
|
+
let o = t.sdkProcessingMetadata && t.sdkProcessingMetadata.dynamicSamplingContext;
|
|
731
|
+
return { event_id: t.event_id, sent_at: (/* @__PURE__ */ new Date()).toISOString(), ...e && { sdk: e }, ...!!n && r && { dsn: M(r) }, ...o && { trace: E({ ...o }) } };
|
|
732
|
+
}
|
|
733
|
+
function $t(t, e = Date.now()) {
|
|
734
|
+
let n = parseInt(`${t}`, 10);
|
|
735
|
+
if (!isNaN(n)) return n * 1e3;
|
|
736
|
+
let r = Date.parse(`${t}`);
|
|
737
|
+
return isNaN(r) ? 6e4 : r - e;
|
|
738
|
+
}
|
|
739
|
+
function jt(t, e) {
|
|
740
|
+
return t[e] || t.all || 0;
|
|
741
|
+
}
|
|
742
|
+
function ct(t, e, n = Date.now()) {
|
|
743
|
+
return jt(t, e) > n;
|
|
744
|
+
}
|
|
745
|
+
function ut(t, { statusCode: e, headers: n }, r = Date.now()) {
|
|
746
|
+
let o = { ...t }, s = n && n["x-sentry-rate-limits"], i = n && n["retry-after"];
|
|
747
|
+
if (s) for (let a of s.trim().split(",")) {
|
|
748
|
+
let [c, u, , , f] = a.split(":", 5), p = parseInt(c, 10), g = (isNaN(p) ? 60 : p) * 1e3;
|
|
749
|
+
if (!u) o.all = r + g;
|
|
750
|
+
else for (let m of u.split(";")) m === "metric_bucket" ? (!f || f.split(";").includes("custom")) && (o[m] = r + g) : o[m] = r + g;
|
|
751
|
+
}
|
|
752
|
+
else i ? o.all = r + $t(i, r) : e === 429 && (o.all = r + 60 * 1e3);
|
|
753
|
+
return o;
|
|
754
|
+
}
|
|
755
|
+
function pt(t, e) {
|
|
756
|
+
return t(e.stack || "", 1);
|
|
757
|
+
}
|
|
758
|
+
function Gt(t, e) {
|
|
759
|
+
let n = { type: e.name || e.constructor.name, value: e.message }, r = pt(t, e);
|
|
760
|
+
return r.length && (n.stacktrace = { frames: r }), n;
|
|
761
|
+
}
|
|
762
|
+
function Zn(t) {
|
|
763
|
+
for (let e in t) if (Object.prototype.hasOwnProperty.call(t, e)) {
|
|
764
|
+
let n = t[e];
|
|
765
|
+
if (n instanceof Error) return n;
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
function Qn(t) {
|
|
769
|
+
if ("name" in t && typeof t.name == "string") {
|
|
770
|
+
let r = `'${t.name}' captured as exception`;
|
|
771
|
+
return "message" in t && typeof t.message == "string" && (r += ` with message '${t.message}'`), r;
|
|
772
|
+
} else if ("message" in t && typeof t.message == "string") return t.message;
|
|
773
|
+
let e = V(t);
|
|
774
|
+
if (Ue(t)) return `Event \`ErrorEvent\` captured as exception with message \`${t.message}\``;
|
|
775
|
+
let n = er(t);
|
|
776
|
+
return `${n && n !== "Object" ? `'${n}'` : "Object"} captured as exception with keys: ${e}`;
|
|
777
|
+
}
|
|
778
|
+
function er(t) {
|
|
779
|
+
try {
|
|
780
|
+
let e = Object.getPrototypeOf(t);
|
|
781
|
+
return e ? e.constructor.name : void 0;
|
|
782
|
+
} catch {
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
function tr(t, e, n, r) {
|
|
786
|
+
if (L(n)) return [n, void 0];
|
|
787
|
+
if (e.synthetic = true, b(n)) {
|
|
788
|
+
let s = t && t.getOptions().normalizeDepth, i = { __serialized__: Y(n, s) }, a = Zn(n);
|
|
789
|
+
if (a) return [a, i];
|
|
790
|
+
let c = Qn(n), u = r && r.syntheticException || new Error(c);
|
|
791
|
+
return u.message = c, [u, i];
|
|
792
|
+
}
|
|
793
|
+
let o = r && r.syntheticException || new Error(n);
|
|
794
|
+
return o.message = `${n}`, [o, void 0];
|
|
795
|
+
}
|
|
796
|
+
function ft(t, e, n, r) {
|
|
797
|
+
let s = r && r.data && r.data.mechanism || { handled: true, type: "generic" }, [i, a] = tr(t, s, n, r), c = { exception: { values: [Gt(e, i)] } };
|
|
798
|
+
return a && (c.extra = a), ee(c, void 0, void 0), B(c, s), { ...c, event_id: r && r.event_id };
|
|
799
|
+
}
|
|
800
|
+
function dt(t, e, n = "info", r, o) {
|
|
801
|
+
let s = { event_id: r && r.event_id, level: n };
|
|
802
|
+
if (o && r && r.syntheticException) {
|
|
803
|
+
let i = pt(t, r.syntheticException);
|
|
804
|
+
i.length && (s.exception = { values: [{ value: e, stacktrace: { frames: i } }] });
|
|
805
|
+
}
|
|
806
|
+
if (H(e)) {
|
|
807
|
+
let { __sentry_template_string__: i, __sentry_template_values__: a } = e;
|
|
808
|
+
return s.logentry = { message: i, params: a }, s;
|
|
809
|
+
}
|
|
810
|
+
return s.message = e, s;
|
|
811
|
+
}
|
|
812
|
+
function Oe() {
|
|
813
|
+
return { traceId: S(), spanId: S().substring(16) };
|
|
814
|
+
}
|
|
815
|
+
var _ = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__;
|
|
816
|
+
function w() {
|
|
817
|
+
return re(l), l;
|
|
818
|
+
}
|
|
819
|
+
function re(t) {
|
|
820
|
+
let e = t.__SENTRY__ = t.__SENTRY__ || {};
|
|
821
|
+
return e.version = e.version || D, e[D] = e[D] || {};
|
|
822
|
+
}
|
|
823
|
+
function oe(t, e = {}) {
|
|
824
|
+
if (e.user && (!t.ipAddress && e.user.ip_address && (t.ipAddress = e.user.ip_address), !t.did && !e.did && (t.did = e.user.id || e.user.email || e.user.username)), t.timestamp = e.timestamp || Q(), e.abnormal_mechanism && (t.abnormal_mechanism = e.abnormal_mechanism), e.ignoreDuration && (t.ignoreDuration = e.ignoreDuration), e.sid && (t.sid = e.sid.length === 32 ? e.sid : S()), e.init !== void 0 && (t.init = e.init), !t.did && e.did && (t.did = `${e.did}`), typeof e.started == "number" && (t.started = e.started), t.ignoreDuration) t.duration = void 0;
|
|
825
|
+
else if (typeof e.duration == "number") t.duration = e.duration;
|
|
826
|
+
else {
|
|
827
|
+
let n = t.timestamp - t.started;
|
|
828
|
+
t.duration = n >= 0 ? n : 0;
|
|
829
|
+
}
|
|
830
|
+
e.release && (t.release = e.release), e.environment && (t.environment = e.environment), !t.ipAddress && e.ipAddress && (t.ipAddress = e.ipAddress), !t.userAgent && e.userAgent && (t.userAgent = e.userAgent), typeof e.errors == "number" && (t.errors = e.errors), e.status && (t.status = e.status);
|
|
831
|
+
}
|
|
832
|
+
var lt = "_sentrySpan";
|
|
833
|
+
function mt(t, e) {
|
|
834
|
+
e ? U(t, lt, e) : delete t[lt];
|
|
835
|
+
}
|
|
836
|
+
function j(t) {
|
|
837
|
+
return t[lt];
|
|
838
|
+
}
|
|
839
|
+
var rr = 100;
|
|
840
|
+
var se = class {
|
|
841
|
+
constructor() {
|
|
842
|
+
this._notifyingListeners = false, this._scopeListeners = [], this._eventProcessors = [], this._breadcrumbs = [], this._attachments = [], this._user = {}, this._tags = {}, this._extra = {}, this._contexts = {}, this._sdkProcessingMetadata = {}, this._propagationContext = Oe();
|
|
843
|
+
}
|
|
844
|
+
clone() {
|
|
845
|
+
let e = new se();
|
|
846
|
+
return e._breadcrumbs = [...this._breadcrumbs], e._tags = { ...this._tags }, e._extra = { ...this._extra }, e._contexts = { ...this._contexts }, e._user = this._user, e._level = this._level, e._session = this._session, e._transactionName = this._transactionName, e._fingerprint = this._fingerprint, e._eventProcessors = [...this._eventProcessors], e._requestSession = this._requestSession, e._attachments = [...this._attachments], e._sdkProcessingMetadata = { ...this._sdkProcessingMetadata }, e._propagationContext = { ...this._propagationContext }, e._client = this._client, e._lastEventId = this._lastEventId, mt(e, j(this)), e;
|
|
847
|
+
}
|
|
848
|
+
setClient(e) {
|
|
849
|
+
this._client = e;
|
|
850
|
+
}
|
|
851
|
+
setLastEventId(e) {
|
|
852
|
+
this._lastEventId = e;
|
|
853
|
+
}
|
|
854
|
+
getClient() {
|
|
855
|
+
return this._client;
|
|
856
|
+
}
|
|
857
|
+
lastEventId() {
|
|
858
|
+
return this._lastEventId;
|
|
859
|
+
}
|
|
860
|
+
addScopeListener(e) {
|
|
861
|
+
this._scopeListeners.push(e);
|
|
862
|
+
}
|
|
863
|
+
addEventProcessor(e) {
|
|
864
|
+
return this._eventProcessors.push(e), this;
|
|
865
|
+
}
|
|
866
|
+
setUser(e) {
|
|
867
|
+
return this._user = e || { email: void 0, id: void 0, ip_address: void 0, username: void 0 }, this._session && oe(this._session, { user: e }), this._notifyScopeListeners(), this;
|
|
868
|
+
}
|
|
869
|
+
getUser() {
|
|
870
|
+
return this._user;
|
|
871
|
+
}
|
|
872
|
+
getRequestSession() {
|
|
873
|
+
return this._requestSession;
|
|
874
|
+
}
|
|
875
|
+
setRequestSession(e) {
|
|
876
|
+
return this._requestSession = e, this;
|
|
877
|
+
}
|
|
878
|
+
setTags(e) {
|
|
879
|
+
return this._tags = { ...this._tags, ...e }, this._notifyScopeListeners(), this;
|
|
880
|
+
}
|
|
881
|
+
setTag(e, n) {
|
|
882
|
+
return this._tags = { ...this._tags, [e]: n }, this._notifyScopeListeners(), this;
|
|
883
|
+
}
|
|
884
|
+
setExtras(e) {
|
|
885
|
+
return this._extra = { ...this._extra, ...e }, this._notifyScopeListeners(), this;
|
|
886
|
+
}
|
|
887
|
+
setExtra(e, n) {
|
|
888
|
+
return this._extra = { ...this._extra, [e]: n }, this._notifyScopeListeners(), this;
|
|
889
|
+
}
|
|
890
|
+
setFingerprint(e) {
|
|
891
|
+
return this._fingerprint = e, this._notifyScopeListeners(), this;
|
|
892
|
+
}
|
|
893
|
+
setLevel(e) {
|
|
894
|
+
return this._level = e, this._notifyScopeListeners(), this;
|
|
895
|
+
}
|
|
896
|
+
setTransactionName(e) {
|
|
897
|
+
return this._transactionName = e, this._notifyScopeListeners(), this;
|
|
898
|
+
}
|
|
899
|
+
setContext(e, n) {
|
|
900
|
+
return n === null ? delete this._contexts[e] : this._contexts[e] = n, this._notifyScopeListeners(), this;
|
|
901
|
+
}
|
|
902
|
+
setSession(e) {
|
|
903
|
+
return e ? this._session = e : delete this._session, this._notifyScopeListeners(), this;
|
|
904
|
+
}
|
|
905
|
+
getSession() {
|
|
906
|
+
return this._session;
|
|
907
|
+
}
|
|
908
|
+
update(e) {
|
|
909
|
+
if (!e) return this;
|
|
910
|
+
let n = typeof e == "function" ? e(this) : e, [r, o] = n instanceof A ? [n.getScopeData(), n.getRequestSession()] : b(n) ? [e, e.requestSession] : [], { tags: s, extra: i, user: a, contexts: c, level: u, fingerprint: f = [], propagationContext: p } = r || {};
|
|
911
|
+
return this._tags = { ...this._tags, ...s }, this._extra = { ...this._extra, ...i }, this._contexts = { ...this._contexts, ...c }, a && Object.keys(a).length && (this._user = a), u && (this._level = u), f.length && (this._fingerprint = f), p && (this._propagationContext = p), o && (this._requestSession = o), this;
|
|
912
|
+
}
|
|
913
|
+
clear() {
|
|
914
|
+
return this._breadcrumbs = [], this._tags = {}, this._extra = {}, this._user = {}, this._contexts = {}, this._level = void 0, this._transactionName = void 0, this._fingerprint = void 0, this._requestSession = void 0, this._session = void 0, mt(this, void 0), this._attachments = [], this._propagationContext = Oe(), this._notifyScopeListeners(), this;
|
|
915
|
+
}
|
|
916
|
+
addBreadcrumb(e, n) {
|
|
917
|
+
let r = typeof n == "number" ? n : rr;
|
|
918
|
+
if (r <= 0) return this;
|
|
919
|
+
let o = { timestamp: z(), ...e }, s = this._breadcrumbs;
|
|
920
|
+
return s.push(o), this._breadcrumbs = s.length > r ? s.slice(-r) : s, this._notifyScopeListeners(), this;
|
|
921
|
+
}
|
|
922
|
+
getLastBreadcrumb() {
|
|
923
|
+
return this._breadcrumbs[this._breadcrumbs.length - 1];
|
|
924
|
+
}
|
|
925
|
+
clearBreadcrumbs() {
|
|
926
|
+
return this._breadcrumbs = [], this._notifyScopeListeners(), this;
|
|
927
|
+
}
|
|
928
|
+
addAttachment(e) {
|
|
929
|
+
return this._attachments.push(e), this;
|
|
930
|
+
}
|
|
931
|
+
clearAttachments() {
|
|
932
|
+
return this._attachments = [], this;
|
|
933
|
+
}
|
|
934
|
+
getScopeData() {
|
|
935
|
+
return { breadcrumbs: this._breadcrumbs, attachments: this._attachments, contexts: this._contexts, tags: this._tags, extra: this._extra, user: this._user, level: this._level, fingerprint: this._fingerprint || [], eventProcessors: this._eventProcessors, propagationContext: this._propagationContext, sdkProcessingMetadata: this._sdkProcessingMetadata, transactionName: this._transactionName, span: j(this) };
|
|
936
|
+
}
|
|
937
|
+
setSDKProcessingMetadata(e) {
|
|
938
|
+
return this._sdkProcessingMetadata = { ...this._sdkProcessingMetadata, ...e }, this;
|
|
939
|
+
}
|
|
940
|
+
setPropagationContext(e) {
|
|
941
|
+
return this._propagationContext = e, this;
|
|
942
|
+
}
|
|
943
|
+
getPropagationContext() {
|
|
944
|
+
return this._propagationContext;
|
|
945
|
+
}
|
|
946
|
+
captureException(e, n) {
|
|
947
|
+
let r = n && n.event_id ? n.event_id : S();
|
|
948
|
+
if (!this._client) return d.warn("No client configured on scope - will not capture exception!"), r;
|
|
949
|
+
let o = new Error("Sentry syntheticException");
|
|
950
|
+
return this._client.captureException(e, { originalException: e, syntheticException: o, ...n, event_id: r }, this), r;
|
|
951
|
+
}
|
|
952
|
+
captureMessage(e, n, r) {
|
|
953
|
+
let o = r && r.event_id ? r.event_id : S();
|
|
954
|
+
if (!this._client) return d.warn("No client configured on scope - will not capture message!"), o;
|
|
955
|
+
let s = new Error(e);
|
|
956
|
+
return this._client.captureMessage(e, n, { originalException: e, syntheticException: s, ...r, event_id: o }, this), o;
|
|
957
|
+
}
|
|
958
|
+
captureEvent(e, n) {
|
|
959
|
+
let r = n && n.event_id ? n.event_id : S();
|
|
960
|
+
return this._client ? (this._client.captureEvent(e, { ...n, event_id: r }, this), r) : (d.warn("No client configured on scope - will not capture event!"), r);
|
|
961
|
+
}
|
|
962
|
+
_notifyScopeListeners() {
|
|
963
|
+
this._notifyingListeners || (this._notifyingListeners = true, this._scopeListeners.forEach((e) => {
|
|
964
|
+
e(this);
|
|
965
|
+
}), this._notifyingListeners = false);
|
|
966
|
+
}
|
|
967
|
+
};
|
|
968
|
+
var A = se;
|
|
969
|
+
function Ht() {
|
|
970
|
+
return q("defaultCurrentScope", () => new A());
|
|
971
|
+
}
|
|
972
|
+
function qt() {
|
|
973
|
+
return q("defaultIsolationScope", () => new A());
|
|
974
|
+
}
|
|
975
|
+
var gt = class {
|
|
976
|
+
constructor(e, n) {
|
|
977
|
+
let r;
|
|
978
|
+
e ? r = e : r = new A();
|
|
979
|
+
let o;
|
|
980
|
+
n ? o = n : o = new A(), this._stack = [{ scope: r }], this._isolationScope = o;
|
|
981
|
+
}
|
|
982
|
+
withScope(e) {
|
|
983
|
+
let n = this._pushScope(), r;
|
|
984
|
+
try {
|
|
985
|
+
r = e(n);
|
|
986
|
+
} catch (o) {
|
|
987
|
+
throw this._popScope(), o;
|
|
988
|
+
}
|
|
989
|
+
return C(r) ? r.then((o) => (this._popScope(), o), (o) => {
|
|
990
|
+
throw this._popScope(), o;
|
|
991
|
+
}) : (this._popScope(), r);
|
|
992
|
+
}
|
|
993
|
+
getClient() {
|
|
994
|
+
return this.getStackTop().client;
|
|
995
|
+
}
|
|
996
|
+
getScope() {
|
|
997
|
+
return this.getStackTop().scope;
|
|
998
|
+
}
|
|
999
|
+
getIsolationScope() {
|
|
1000
|
+
return this._isolationScope;
|
|
1001
|
+
}
|
|
1002
|
+
getStack() {
|
|
1003
|
+
return this._stack;
|
|
1004
|
+
}
|
|
1005
|
+
getStackTop() {
|
|
1006
|
+
return this._stack[this._stack.length - 1];
|
|
1007
|
+
}
|
|
1008
|
+
_pushScope() {
|
|
1009
|
+
let e = this.getScope().clone();
|
|
1010
|
+
return this.getStack().push({ client: this.getClient(), scope: e }), e;
|
|
1011
|
+
}
|
|
1012
|
+
_popScope() {
|
|
1013
|
+
return this.getStack().length <= 1 ? false : !!this.getStack().pop();
|
|
1014
|
+
}
|
|
1015
|
+
};
|
|
1016
|
+
function J() {
|
|
1017
|
+
let t = w(), e = re(t);
|
|
1018
|
+
return e.stack = e.stack || new gt(Ht(), qt());
|
|
1019
|
+
}
|
|
1020
|
+
function or(t) {
|
|
1021
|
+
return J().withScope(t);
|
|
1022
|
+
}
|
|
1023
|
+
function sr(t, e) {
|
|
1024
|
+
let n = J();
|
|
1025
|
+
return n.withScope(() => (n.getStackTop().scope = t, e(t)));
|
|
1026
|
+
}
|
|
1027
|
+
function zt(t) {
|
|
1028
|
+
return J().withScope(() => t(J().getIsolationScope()));
|
|
1029
|
+
}
|
|
1030
|
+
function Yt() {
|
|
1031
|
+
return { withIsolationScope: zt, withScope: or, withSetScope: sr, withSetIsolationScope: (t, e) => zt(e), getCurrentScope: () => J().getScope(), getIsolationScope: () => J().getIsolationScope() };
|
|
1032
|
+
}
|
|
1033
|
+
function ie(t) {
|
|
1034
|
+
let e = re(t);
|
|
1035
|
+
return e.acs ? e.acs : Yt();
|
|
1036
|
+
}
|
|
1037
|
+
function ht() {
|
|
1038
|
+
let t = w();
|
|
1039
|
+
return ie(t).getCurrentScope();
|
|
1040
|
+
}
|
|
1041
|
+
function G() {
|
|
1042
|
+
let t = w();
|
|
1043
|
+
return ie(t).getIsolationScope();
|
|
1044
|
+
}
|
|
1045
|
+
function Jt() {
|
|
1046
|
+
return q("globalScope", () => new A());
|
|
1047
|
+
}
|
|
1048
|
+
function Wt() {
|
|
1049
|
+
return ht().getClient();
|
|
1050
|
+
}
|
|
1051
|
+
var ir = "_sentryMetrics";
|
|
1052
|
+
function Kt(t) {
|
|
1053
|
+
let e = t[ir];
|
|
1054
|
+
if (!e) return;
|
|
1055
|
+
let n = {};
|
|
1056
|
+
for (let [, [r, o]] of e) n[r] || (n[r] = []), n[r].push(E(o));
|
|
1057
|
+
return n;
|
|
1058
|
+
}
|
|
1059
|
+
var Vt = "sentry.source";
|
|
1060
|
+
var Xt = "sentry.sample_rate";
|
|
1061
|
+
var Zt = "sentry.op";
|
|
1062
|
+
var Qt = "sentry.origin";
|
|
1063
|
+
var ar = 1;
|
|
1064
|
+
function Ne(t) {
|
|
1065
|
+
let { spanId: e, traceId: n } = t.spanContext(), { parent_span_id: r } = W(t);
|
|
1066
|
+
return E({ parent_span_id: r, span_id: e, trace_id: n });
|
|
1067
|
+
}
|
|
1068
|
+
function en(t) {
|
|
1069
|
+
return typeof t == "number" ? tn(t) : Array.isArray(t) ? t[0] + t[1] / 1e9 : t instanceof Date ? tn(t.getTime()) : Q();
|
|
1070
|
+
}
|
|
1071
|
+
function tn(t) {
|
|
1072
|
+
return t > 9999999999 ? t / 1e3 : t;
|
|
1073
|
+
}
|
|
1074
|
+
function W(t) {
|
|
1075
|
+
if (ur(t)) return t.getSpanJSON();
|
|
1076
|
+
try {
|
|
1077
|
+
let { spanId: e, traceId: n } = t.spanContext();
|
|
1078
|
+
if (cr(t)) {
|
|
1079
|
+
let { attributes: r, startTime: o, name: s, endTime: i, parentSpanId: a, status: c } = t;
|
|
1080
|
+
return E({ span_id: e, trace_id: n, data: r, description: s, parent_span_id: a, start_timestamp: en(o), timestamp: en(i) || void 0, status: pr(c), op: r[Zt], origin: r[Qt], _metrics_summary: Kt(t) });
|
|
1081
|
+
}
|
|
1082
|
+
return { span_id: e, trace_id: n };
|
|
1083
|
+
} catch {
|
|
1084
|
+
return {};
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
function cr(t) {
|
|
1088
|
+
let e = t;
|
|
1089
|
+
return !!e.attributes && !!e.startTime && !!e.name && !!e.endTime && !!e.status;
|
|
1090
|
+
}
|
|
1091
|
+
function ur(t) {
|
|
1092
|
+
return typeof t.getSpanJSON == "function";
|
|
1093
|
+
}
|
|
1094
|
+
function nn(t) {
|
|
1095
|
+
let { traceFlags: e } = t.spanContext();
|
|
1096
|
+
return e === ar;
|
|
1097
|
+
}
|
|
1098
|
+
function pr(t) {
|
|
1099
|
+
if (!(!t || t.code === 0)) return t.code === 1 ? "ok" : t.message || "unknown_error";
|
|
1100
|
+
}
|
|
1101
|
+
var fr = "_sentryRootSpan";
|
|
1102
|
+
function F(t) {
|
|
1103
|
+
return t[fr] || t;
|
|
1104
|
+
}
|
|
1105
|
+
function rn() {
|
|
1106
|
+
let t = w(), e = ie(t);
|
|
1107
|
+
return e.getActiveSpan ? e.getActiveSpan() : j(ht());
|
|
1108
|
+
}
|
|
1109
|
+
var on = false;
|
|
1110
|
+
function sn() {
|
|
1111
|
+
on || (on = true, Ve(_t), Xe(_t));
|
|
1112
|
+
}
|
|
1113
|
+
function _t() {
|
|
1114
|
+
let t = rn(), e = t && F(t);
|
|
1115
|
+
if (e) {
|
|
1116
|
+
let n = "internal_error";
|
|
1117
|
+
_ && d.log(`[Tracing] Root span: ${n} -> Global error occured`), e.setStatus({ code: 2, message: n });
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
_t.tag = "sentry_tracingErrorCallback";
|
|
1121
|
+
var ke = "production";
|
|
1122
|
+
var dr = "_frozenDsc";
|
|
1123
|
+
function ae(t, e) {
|
|
1124
|
+
let n = e.getOptions(), { publicKey: r } = e.getDsn() || {}, o = E({ environment: n.environment || ke, release: n.release, public_key: r, trace_id: t });
|
|
1125
|
+
return e.emit("createDsc", o), o;
|
|
1126
|
+
}
|
|
1127
|
+
function De(t) {
|
|
1128
|
+
let e = Wt();
|
|
1129
|
+
if (!e) return {};
|
|
1130
|
+
let n = ae(W(t).trace_id || "", e), r = F(t);
|
|
1131
|
+
if (!r) return n;
|
|
1132
|
+
let o = r[dr];
|
|
1133
|
+
if (o) return o;
|
|
1134
|
+
let s = W(r), i = s.data || {}, a = i[Xt];
|
|
1135
|
+
a != null && (n.sample_rate = `${a}`);
|
|
1136
|
+
let c = i[Vt];
|
|
1137
|
+
return c && c !== "url" && (n.transaction = s.description), n.sampled = String(nn(r)), e.emit("createDsc", n), n;
|
|
1138
|
+
}
|
|
1139
|
+
function an(t) {
|
|
1140
|
+
if (typeof t == "boolean") return Number(t);
|
|
1141
|
+
let e = typeof t == "string" ? parseFloat(t) : t;
|
|
1142
|
+
if (typeof e != "number" || isNaN(e) || e < 0 || e > 1) {
|
|
1143
|
+
_ && d.warn(`[Tracing] Given sample rate is invalid. Sample rate must be a boolean or a number between 0 and 1. Got ${JSON.stringify(t)} of type ${JSON.stringify(typeof t)}.`);
|
|
1144
|
+
return;
|
|
1145
|
+
}
|
|
1146
|
+
return e;
|
|
1147
|
+
}
|
|
1148
|
+
function lr(t, e) {
|
|
1149
|
+
return e && (t.sdk = t.sdk || {}, t.sdk.name = t.sdk.name || e.name, t.sdk.version = t.sdk.version || e.version, t.sdk.integrations = [...t.sdk.integrations || [], ...e.integrations || []], t.sdk.packages = [...t.sdk.packages || [], ...e.packages || []]), t;
|
|
1150
|
+
}
|
|
1151
|
+
function cn(t, e, n, r) {
|
|
1152
|
+
let o = Ce(n), s = { sent_at: (/* @__PURE__ */ new Date()).toISOString(), ...o && { sdk: o }, ...!!r && e && { dsn: M(e) } }, i = "aggregates" in t ? [{ type: "sessions" }, t] : [{ type: "session" }, t.toJSON()];
|
|
1153
|
+
return P(s, [i]);
|
|
1154
|
+
}
|
|
1155
|
+
function un(t, e, n, r) {
|
|
1156
|
+
let o = Ce(n), s = t.type && t.type !== "replay_event" ? t.type : "event";
|
|
1157
|
+
lr(t, n && n.sdk);
|
|
1158
|
+
let i = at(t, o, r, e);
|
|
1159
|
+
return delete t.sdkProcessingMetadata, P(i, [[{ type: s }, t]]);
|
|
1160
|
+
}
|
|
1161
|
+
function ve(t, e, n, r = 0) {
|
|
1162
|
+
return new y((o, s) => {
|
|
1163
|
+
let i = t[r];
|
|
1164
|
+
if (e === null || typeof i != "function") o(e);
|
|
1165
|
+
else {
|
|
1166
|
+
let a = i({ ...e }, n);
|
|
1167
|
+
_ && i.id && a === null && d.log(`Event processor "${i.id}" dropped event`), C(a) ? a.then((c) => ve(t, c, n, r + 1).then(o)).then(null, s) : ve(t, a, n, r + 1).then(o).then(null, s);
|
|
1168
|
+
}
|
|
1169
|
+
});
|
|
1170
|
+
}
|
|
1171
|
+
function pn(t, e) {
|
|
1172
|
+
let { fingerprint: n, span: r, breadcrumbs: o, sdkProcessingMetadata: s } = e;
|
|
1173
|
+
mr(t, e), r && _r(t, r), Er(t, n), gr(t, o), hr(t, s);
|
|
1174
|
+
}
|
|
1175
|
+
function Et(t, e) {
|
|
1176
|
+
let { extra: n, tags: r, user: o, contexts: s, level: i, sdkProcessingMetadata: a, breadcrumbs: c, fingerprint: u, eventProcessors: f, attachments: p, propagationContext: g, transactionName: m, span: h } = e;
|
|
1177
|
+
ce(t, "extra", n), ce(t, "tags", r), ce(t, "user", o), ce(t, "contexts", s), ce(t, "sdkProcessingMetadata", a), i && (t.level = i), m && (t.transactionName = m), h && (t.span = h), c.length && (t.breadcrumbs = [...t.breadcrumbs, ...c]), u.length && (t.fingerprint = [...t.fingerprint, ...u]), f.length && (t.eventProcessors = [...t.eventProcessors, ...f]), p.length && (t.attachments = [...t.attachments, ...p]), t.propagationContext = { ...t.propagationContext, ...g };
|
|
1178
|
+
}
|
|
1179
|
+
function ce(t, e, n) {
|
|
1180
|
+
if (n && Object.keys(n).length) {
|
|
1181
|
+
t[e] = { ...t[e] };
|
|
1182
|
+
for (let r in n) Object.prototype.hasOwnProperty.call(n, r) && (t[e][r] = n[r]);
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
function mr(t, e) {
|
|
1186
|
+
let { extra: n, tags: r, user: o, contexts: s, level: i, transactionName: a } = e, c = E(n);
|
|
1187
|
+
c && Object.keys(c).length && (t.extra = { ...c, ...t.extra });
|
|
1188
|
+
let u = E(r);
|
|
1189
|
+
u && Object.keys(u).length && (t.tags = { ...u, ...t.tags });
|
|
1190
|
+
let f = E(o);
|
|
1191
|
+
f && Object.keys(f).length && (t.user = { ...f, ...t.user });
|
|
1192
|
+
let p = E(s);
|
|
1193
|
+
p && Object.keys(p).length && (t.contexts = { ...p, ...t.contexts }), i && (t.level = i), a && t.type !== "transaction" && (t.transaction = a);
|
|
1194
|
+
}
|
|
1195
|
+
function gr(t, e) {
|
|
1196
|
+
let n = [...t.breadcrumbs || [], ...e];
|
|
1197
|
+
t.breadcrumbs = n.length ? n : void 0;
|
|
1198
|
+
}
|
|
1199
|
+
function hr(t, e) {
|
|
1200
|
+
t.sdkProcessingMetadata = { ...t.sdkProcessingMetadata, ...e };
|
|
1201
|
+
}
|
|
1202
|
+
function _r(t, e) {
|
|
1203
|
+
t.contexts = { trace: Ne(e), ...t.contexts }, t.sdkProcessingMetadata = { dynamicSamplingContext: De(e), ...t.sdkProcessingMetadata };
|
|
1204
|
+
let n = F(e), r = W(n).description;
|
|
1205
|
+
r && !t.transaction && t.type === "transaction" && (t.transaction = r);
|
|
1206
|
+
}
|
|
1207
|
+
function Er(t, e) {
|
|
1208
|
+
t.fingerprint = t.fingerprint ? te(t.fingerprint) : [], e && (t.fingerprint = t.fingerprint.concat(e)), t.fingerprint && !t.fingerprint.length && delete t.fingerprint;
|
|
1209
|
+
}
|
|
1210
|
+
function dn(t, e, n, r, o, s) {
|
|
1211
|
+
let { normalizeDepth: i = 3, normalizeMaxBreadth: a = 1e3 } = t, c = { ...e, event_id: e.event_id || n.event_id || S(), timestamp: e.timestamp || z() }, u = n.integrations || t.integrations.map((I) => I.name);
|
|
1212
|
+
Sr(c, t), Ir(c, u), e.type === void 0 && yr(c, t.stackParser);
|
|
1213
|
+
let f = Ar(r, n.captureContext);
|
|
1214
|
+
n.mechanism && B(c, n.mechanism);
|
|
1215
|
+
let p = o ? o.getEventProcessors() : [], g = Jt().getScopeData();
|
|
1216
|
+
if (s) {
|
|
1217
|
+
let I = s.getScopeData();
|
|
1218
|
+
Et(g, I);
|
|
1219
|
+
}
|
|
1220
|
+
if (f) {
|
|
1221
|
+
let I = f.getScopeData();
|
|
1222
|
+
Et(g, I);
|
|
1223
|
+
}
|
|
1224
|
+
let m = [...n.attachments || [], ...g.attachments];
|
|
1225
|
+
m.length && (n.attachments = m), pn(c, g);
|
|
1226
|
+
let h = [...p, ...g.eventProcessors];
|
|
1227
|
+
return ve(h, c, n).then((I) => (I && Tr(I), typeof i == "number" && i > 0 ? xr(I, i, a) : I));
|
|
1228
|
+
}
|
|
1229
|
+
function Sr(t, e) {
|
|
1230
|
+
let { environment: n, release: r, dist: o, maxValueLength: s = 250 } = e;
|
|
1231
|
+
"environment" in t || (t.environment = "environment" in e ? n : ke), t.release === void 0 && r !== void 0 && (t.release = r), t.dist === void 0 && o !== void 0 && (t.dist = o), t.message && (t.message = k(t.message, s));
|
|
1232
|
+
let i = t.exception && t.exception.values && t.exception.values[0];
|
|
1233
|
+
i && i.value && (i.value = k(i.value, s));
|
|
1234
|
+
let a = t.request;
|
|
1235
|
+
a && a.url && (a.url = k(a.url, s));
|
|
1236
|
+
}
|
|
1237
|
+
var fn = /* @__PURE__ */ new WeakMap();
|
|
1238
|
+
function yr(t, e) {
|
|
1239
|
+
let n = l._sentryDebugIds;
|
|
1240
|
+
if (!n) return;
|
|
1241
|
+
let r, o = fn.get(e);
|
|
1242
|
+
o ? r = o : (r = /* @__PURE__ */ new Map(), fn.set(e, r));
|
|
1243
|
+
let s = Object.keys(n).reduce((i, a) => {
|
|
1244
|
+
let c, u = r.get(a);
|
|
1245
|
+
u ? c = u : (c = e(a), r.set(a, c));
|
|
1246
|
+
for (let f = c.length - 1; f >= 0; f--) {
|
|
1247
|
+
let p = c[f];
|
|
1248
|
+
if (p.filename) {
|
|
1249
|
+
i[p.filename] = n[a];
|
|
1250
|
+
break;
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
return i;
|
|
1254
|
+
}, {});
|
|
1255
|
+
try {
|
|
1256
|
+
t.exception.values.forEach((i) => {
|
|
1257
|
+
i.stacktrace.frames.forEach((a) => {
|
|
1258
|
+
a.filename && (a.debug_id = s[a.filename]);
|
|
1259
|
+
});
|
|
1260
|
+
});
|
|
1261
|
+
} catch {
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
function Tr(t) {
|
|
1265
|
+
let e = {};
|
|
1266
|
+
try {
|
|
1267
|
+
t.exception.values.forEach((r) => {
|
|
1268
|
+
r.stacktrace.frames.forEach((o) => {
|
|
1269
|
+
o.debug_id && (o.abs_path ? e[o.abs_path] = o.debug_id : o.filename && (e[o.filename] = o.debug_id), delete o.debug_id);
|
|
1270
|
+
});
|
|
1271
|
+
});
|
|
1272
|
+
} catch {
|
|
1273
|
+
}
|
|
1274
|
+
if (Object.keys(e).length === 0) return;
|
|
1275
|
+
t.debug_meta = t.debug_meta || {}, t.debug_meta.images = t.debug_meta.images || [];
|
|
1276
|
+
let n = t.debug_meta.images;
|
|
1277
|
+
Object.keys(e).forEach((r) => {
|
|
1278
|
+
n.push({ type: "sourcemap", code_file: r, debug_id: e[r] });
|
|
1279
|
+
});
|
|
1280
|
+
}
|
|
1281
|
+
function Ir(t, e) {
|
|
1282
|
+
e.length > 0 && (t.sdk = t.sdk || {}, t.sdk.integrations = [...t.sdk.integrations || [], ...e]);
|
|
1283
|
+
}
|
|
1284
|
+
function xr(t, e, n) {
|
|
1285
|
+
if (!t) return null;
|
|
1286
|
+
let r = { ...t, ...t.breadcrumbs && { breadcrumbs: t.breadcrumbs.map((o) => ({ ...o, ...o.data && { data: R(o.data, e, n) } })) }, ...t.user && { user: R(t.user, e, n) }, ...t.contexts && { contexts: R(t.contexts, e, n) }, ...t.extra && { extra: R(t.extra, e, n) } };
|
|
1287
|
+
return t.contexts && t.contexts.trace && r.contexts && (r.contexts.trace = t.contexts.trace, t.contexts.trace.data && (r.contexts.trace.data = R(t.contexts.trace.data, e, n))), t.spans && (r.spans = t.spans.map((o) => ({ ...o, ...o.data && { data: R(o.data, e, n) } }))), r;
|
|
1288
|
+
}
|
|
1289
|
+
function Ar(t, e) {
|
|
1290
|
+
if (!e) return t;
|
|
1291
|
+
let n = t ? t.clone() : new A();
|
|
1292
|
+
return n.update(e), n;
|
|
1293
|
+
}
|
|
1294
|
+
var Me = class {
|
|
1295
|
+
constructor(e, n) {
|
|
1296
|
+
this._client = e, this.flushTimeout = 60, this._pendingAggregates = {}, this._isEnabled = true, this._intervalId = setInterval(() => this.flush(), this.flushTimeout * 1e3), this._intervalId.unref && this._intervalId.unref(), this._sessionAttrs = n;
|
|
1297
|
+
}
|
|
1298
|
+
flush() {
|
|
1299
|
+
let e = this.getSessionAggregates();
|
|
1300
|
+
e.aggregates.length !== 0 && (this._pendingAggregates = {}, this._client.sendSession(e));
|
|
1301
|
+
}
|
|
1302
|
+
getSessionAggregates() {
|
|
1303
|
+
let e = Object.keys(this._pendingAggregates).map((r) => this._pendingAggregates[parseInt(r)]), n = { attrs: this._sessionAttrs, aggregates: e };
|
|
1304
|
+
return E(n);
|
|
1305
|
+
}
|
|
1306
|
+
close() {
|
|
1307
|
+
clearInterval(this._intervalId), this._isEnabled = false, this.flush();
|
|
1308
|
+
}
|
|
1309
|
+
incrementSessionStatusCount() {
|
|
1310
|
+
if (!this._isEnabled) return;
|
|
1311
|
+
let e = G(), n = e.getRequestSession();
|
|
1312
|
+
n && n.status && (this._incrementSessionStatusCount(n.status, /* @__PURE__ */ new Date()), e.setRequestSession(void 0));
|
|
1313
|
+
}
|
|
1314
|
+
_incrementSessionStatusCount(e, n) {
|
|
1315
|
+
let r = new Date(n).setSeconds(0, 0);
|
|
1316
|
+
this._pendingAggregates[r] = this._pendingAggregates[r] || {};
|
|
1317
|
+
let o = this._pendingAggregates[r];
|
|
1318
|
+
switch (o.started || (o.started = new Date(r).toISOString()), e) {
|
|
1319
|
+
case "errored":
|
|
1320
|
+
return o.errored = (o.errored || 0) + 1, o.errored;
|
|
1321
|
+
case "ok":
|
|
1322
|
+
return o.exited = (o.exited || 0) + 1, o.exited;
|
|
1323
|
+
default:
|
|
1324
|
+
return o.crashed = (o.crashed || 0) + 1, o.crashed;
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
};
|
|
1328
|
+
var br = "7";
|
|
1329
|
+
function Rr(t) {
|
|
1330
|
+
let e = t.protocol ? `${t.protocol}:` : "", n = t.port ? `:${t.port}` : "";
|
|
1331
|
+
return `${e}//${t.host}${n}${t.path ? `/${t.path}` : ""}/api/`;
|
|
1332
|
+
}
|
|
1333
|
+
function Cr(t) {
|
|
1334
|
+
return `${Rr(t)}${t.projectId}/envelope/`;
|
|
1335
|
+
}
|
|
1336
|
+
function Or(t, e) {
|
|
1337
|
+
return Je({ sentry_key: t.publicKey, sentry_version: br, ...e && { sentry_client: `${e.name}/${e.version}` } });
|
|
1338
|
+
}
|
|
1339
|
+
function ln(t, e, n) {
|
|
1340
|
+
return e || `${Cr(t)}?${Or(t, n)}`;
|
|
1341
|
+
}
|
|
1342
|
+
var mn = [];
|
|
1343
|
+
function Nr(t) {
|
|
1344
|
+
let e = {};
|
|
1345
|
+
return t.forEach((n) => {
|
|
1346
|
+
let { name: r } = n, o = e[r];
|
|
1347
|
+
o && !o.isDefaultInstance && n.isDefaultInstance || (e[r] = n);
|
|
1348
|
+
}), Object.keys(e).map((n) => e[n]);
|
|
1349
|
+
}
|
|
1350
|
+
function St(t) {
|
|
1351
|
+
let e = t.defaultIntegrations || [], n = t.integrations;
|
|
1352
|
+
e.forEach((i) => {
|
|
1353
|
+
i.isDefaultInstance = true;
|
|
1354
|
+
});
|
|
1355
|
+
let r;
|
|
1356
|
+
Array.isArray(n) ? r = [...e, ...n] : typeof n == "function" ? r = te(n(e)) : r = e;
|
|
1357
|
+
let o = Nr(r), s = kr(o, (i) => i.name === "Debug");
|
|
1358
|
+
if (s !== -1) {
|
|
1359
|
+
let [i] = o.splice(s, 1);
|
|
1360
|
+
o.push(i);
|
|
1361
|
+
}
|
|
1362
|
+
return o;
|
|
1363
|
+
}
|
|
1364
|
+
function gn(t, e) {
|
|
1365
|
+
let n = {};
|
|
1366
|
+
return e.forEach((r) => {
|
|
1367
|
+
r && Tt(t, r, n);
|
|
1368
|
+
}), n;
|
|
1369
|
+
}
|
|
1370
|
+
function yt(t, e) {
|
|
1371
|
+
for (let n of e) n && n.afterAllSetup && n.afterAllSetup(t);
|
|
1372
|
+
}
|
|
1373
|
+
function Tt(t, e, n) {
|
|
1374
|
+
if (n[e.name]) {
|
|
1375
|
+
_ && d.log(`Integration skipped because it was already installed: ${e.name}`);
|
|
1376
|
+
return;
|
|
1377
|
+
}
|
|
1378
|
+
if (n[e.name] = e, mn.indexOf(e.name) === -1 && typeof e.setupOnce == "function" && (e.setupOnce(), mn.push(e.name)), e.setup && typeof e.setup == "function" && e.setup(t), typeof e.preprocessEvent == "function") {
|
|
1379
|
+
let r = e.preprocessEvent.bind(e);
|
|
1380
|
+
t.on("preprocessEvent", (o, s) => r(o, s, t));
|
|
1381
|
+
}
|
|
1382
|
+
if (typeof e.processEvent == "function") {
|
|
1383
|
+
let r = e.processEvent.bind(e), o = Object.assign((s, i) => r(s, i, t), { id: e.name });
|
|
1384
|
+
t.addEventProcessor(o);
|
|
1385
|
+
}
|
|
1386
|
+
_ && d.log(`Integration installed: ${e.name}`);
|
|
1387
|
+
}
|
|
1388
|
+
function kr(t, e) {
|
|
1389
|
+
for (let n = 0; n < t.length; n++) if (e(t[n]) === true) return n;
|
|
1390
|
+
return -1;
|
|
1391
|
+
}
|
|
1392
|
+
var hn = "Not capturing exception because it's already been captured.";
|
|
1393
|
+
var Pe = class {
|
|
1394
|
+
constructor(e) {
|
|
1395
|
+
if (this._options = e, this._integrations = {}, this._numProcessing = 0, this._outcomes = {}, this._hooks = {}, this._eventProcessors = [], e.dsn ? this._dsn = me(e.dsn) : _ && d.warn("No DSN provided, client will not send events."), this._dsn) {
|
|
1396
|
+
let n = ln(this._dsn, e.tunnel, e._metadata ? e._metadata.sdk : void 0);
|
|
1397
|
+
this._transport = e.transport({ tunnel: this._options.tunnel, recordDroppedEvent: this.recordDroppedEvent.bind(this), ...e.transportOptions, url: n });
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
captureException(e, n, r) {
|
|
1401
|
+
let o = S();
|
|
1402
|
+
if (Ae(e)) return _ && d.log(hn), o;
|
|
1403
|
+
let s = { event_id: o, ...n };
|
|
1404
|
+
return this._process(this.eventFromException(e, s).then((i) => this._captureEvent(i, s, r))), s.event_id;
|
|
1405
|
+
}
|
|
1406
|
+
captureMessage(e, n, r, o) {
|
|
1407
|
+
let s = { event_id: S(), ...r }, i = H(e) ? e : String(e), a = de(e) ? this.eventFromMessage(i, n, s) : this.eventFromException(e, s);
|
|
1408
|
+
return this._process(a.then((c) => this._captureEvent(c, s, o))), s.event_id;
|
|
1409
|
+
}
|
|
1410
|
+
captureEvent(e, n, r) {
|
|
1411
|
+
let o = S();
|
|
1412
|
+
if (n && n.originalException && Ae(n.originalException)) return _ && d.log(hn), o;
|
|
1413
|
+
let s = { event_id: o, ...n }, a = (e.sdkProcessingMetadata || {}).capturedSpanScope;
|
|
1414
|
+
return this._process(this._captureEvent(e, s, a || r)), s.event_id;
|
|
1415
|
+
}
|
|
1416
|
+
captureSession(e) {
|
|
1417
|
+
typeof e.release != "string" ? _ && d.warn("Discarded session because of missing or non-string release") : (this.sendSession(e), oe(e, { init: false }));
|
|
1418
|
+
}
|
|
1419
|
+
getDsn() {
|
|
1420
|
+
return this._dsn;
|
|
1421
|
+
}
|
|
1422
|
+
getOptions() {
|
|
1423
|
+
return this._options;
|
|
1424
|
+
}
|
|
1425
|
+
getSdkMetadata() {
|
|
1426
|
+
return this._options._metadata;
|
|
1427
|
+
}
|
|
1428
|
+
getTransport() {
|
|
1429
|
+
return this._transport;
|
|
1430
|
+
}
|
|
1431
|
+
flush(e) {
|
|
1432
|
+
let n = this._transport;
|
|
1433
|
+
return n ? (this.emit("flush"), this._isClientDoneProcessing(e).then((r) => n.flush(e).then((o) => r && o))) : x(true);
|
|
1434
|
+
}
|
|
1435
|
+
close(e) {
|
|
1436
|
+
return this.flush(e).then((n) => (this.getOptions().enabled = false, this.emit("close"), n));
|
|
1437
|
+
}
|
|
1438
|
+
getEventProcessors() {
|
|
1439
|
+
return this._eventProcessors;
|
|
1440
|
+
}
|
|
1441
|
+
addEventProcessor(e) {
|
|
1442
|
+
this._eventProcessors.push(e);
|
|
1443
|
+
}
|
|
1444
|
+
init() {
|
|
1445
|
+
this._isEnabled() && this._setupIntegrations();
|
|
1446
|
+
}
|
|
1447
|
+
getIntegrationByName(e) {
|
|
1448
|
+
return this._integrations[e];
|
|
1449
|
+
}
|
|
1450
|
+
addIntegration(e) {
|
|
1451
|
+
let n = this._integrations[e.name];
|
|
1452
|
+
Tt(this, e, this._integrations), n || yt(this, [e]);
|
|
1453
|
+
}
|
|
1454
|
+
sendEvent(e, n = {}) {
|
|
1455
|
+
this.emit("beforeSendEvent", e, n);
|
|
1456
|
+
let r = un(e, this._dsn, this._options._metadata, this._options.tunnel);
|
|
1457
|
+
for (let s of n.attachments || []) r = ot(r, it(s));
|
|
1458
|
+
let o = this.sendEnvelope(r);
|
|
1459
|
+
o && o.then((s) => this.emit("afterSendEvent", e, s), null);
|
|
1460
|
+
}
|
|
1461
|
+
sendSession(e) {
|
|
1462
|
+
let n = cn(e, this._dsn, this._options._metadata, this._options.tunnel);
|
|
1463
|
+
this.sendEnvelope(n);
|
|
1464
|
+
}
|
|
1465
|
+
recordDroppedEvent(e, n, r) {
|
|
1466
|
+
if (this._options.sendClientReports) {
|
|
1467
|
+
let o = `${e}:${n}`;
|
|
1468
|
+
_ && d.log(`Adding outcome: "${o}"`), this._outcomes[o] = this._outcomes[o] + 1 || 1;
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
on(e, n) {
|
|
1472
|
+
this._hooks[e] || (this._hooks[e] = []), this._hooks[e].push(n);
|
|
1473
|
+
}
|
|
1474
|
+
emit(e, ...n) {
|
|
1475
|
+
this._hooks[e] && this._hooks[e].forEach((r) => r(...n));
|
|
1476
|
+
}
|
|
1477
|
+
sendEnvelope(e) {
|
|
1478
|
+
return this.emit("beforeEnvelope", e), this._isEnabled() && this._transport ? this._transport.send(e).then(null, (n) => (_ && d.error("Error while sending event:", n), n)) : (_ && d.error("Transport disabled"), x({}));
|
|
1479
|
+
}
|
|
1480
|
+
_setupIntegrations() {
|
|
1481
|
+
let { integrations: e } = this._options;
|
|
1482
|
+
this._integrations = gn(this, e), yt(this, e);
|
|
1483
|
+
}
|
|
1484
|
+
_updateSessionFromEvent(e, n) {
|
|
1485
|
+
let r = false, o = false, s = n.exception && n.exception.values;
|
|
1486
|
+
if (s) {
|
|
1487
|
+
o = true;
|
|
1488
|
+
for (let c of s) {
|
|
1489
|
+
let u = c.mechanism;
|
|
1490
|
+
if (u && u.handled === false) {
|
|
1491
|
+
r = true;
|
|
1492
|
+
break;
|
|
1493
|
+
}
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
let i = e.status === "ok";
|
|
1497
|
+
(i && e.errors === 0 || i && r) && (oe(e, { ...r && { status: "crashed" }, errors: e.errors || Number(o || r) }), this.captureSession(e));
|
|
1498
|
+
}
|
|
1499
|
+
_isClientDoneProcessing(e) {
|
|
1500
|
+
return new y((n) => {
|
|
1501
|
+
let r = 0, o = 1, s = setInterval(() => {
|
|
1502
|
+
this._numProcessing == 0 ? (clearInterval(s), n(true)) : (r += o, e && r >= e && (clearInterval(s), n(false)));
|
|
1503
|
+
}, o);
|
|
1504
|
+
});
|
|
1505
|
+
}
|
|
1506
|
+
_isEnabled() {
|
|
1507
|
+
return this.getOptions().enabled !== false && this._transport !== void 0;
|
|
1508
|
+
}
|
|
1509
|
+
_prepareEvent(e, n, r, o = G()) {
|
|
1510
|
+
let s = this.getOptions(), i = Object.keys(this._integrations);
|
|
1511
|
+
return !n.integrations && i.length > 0 && (n.integrations = i), this.emit("preprocessEvent", e, n), e.type || o.setLastEventId(e.event_id || n.event_id), dn(s, e, n, r, this, o).then((a) => {
|
|
1512
|
+
if (a === null) return a;
|
|
1513
|
+
let c = { ...o.getPropagationContext(), ...r ? r.getPropagationContext() : void 0 };
|
|
1514
|
+
if (!(a.contexts && a.contexts.trace) && c) {
|
|
1515
|
+
let { traceId: f, spanId: p, parentSpanId: g, dsc: m } = c;
|
|
1516
|
+
a.contexts = { trace: E({ trace_id: f, span_id: p, parent_span_id: g }), ...a.contexts };
|
|
1517
|
+
let h = m || ae(f, this);
|
|
1518
|
+
a.sdkProcessingMetadata = { dynamicSamplingContext: h, ...a.sdkProcessingMetadata };
|
|
1519
|
+
}
|
|
1520
|
+
return a;
|
|
1521
|
+
});
|
|
1522
|
+
}
|
|
1523
|
+
_captureEvent(e, n = {}, r) {
|
|
1524
|
+
return this._processEvent(e, n, r).then((o) => o.event_id, (o) => {
|
|
1525
|
+
if (_) {
|
|
1526
|
+
let s = o;
|
|
1527
|
+
s.logLevel === "log" ? d.log(s.message) : d.warn(s);
|
|
1528
|
+
}
|
|
1529
|
+
});
|
|
1530
|
+
}
|
|
1531
|
+
_processEvent(e, n, r) {
|
|
1532
|
+
let o = this.getOptions(), { sampleRate: s } = o, i = En(e), a = _n(e), c = e.type || "error", u = `before send for type \`${c}\``, f = typeof s > "u" ? void 0 : an(s);
|
|
1533
|
+
if (a && typeof f == "number" && Math.random() > f) return this.recordDroppedEvent("sample_rate", "error", e), $(new T(`Discarding event because it's not included in the random sample (sampling rate = ${s})`, "log"));
|
|
1534
|
+
let p = c === "replay_event" ? "replay" : c, m = (e.sdkProcessingMetadata || {}).capturedSpanIsolationScope;
|
|
1535
|
+
return this._prepareEvent(e, n, r, m).then((h) => {
|
|
1536
|
+
if (h === null) throw this.recordDroppedEvent("event_processor", p, e), new T("An event processor returned `null`, will not send event.", "log");
|
|
1537
|
+
if (n.data && n.data.__sentry__ === true) return h;
|
|
1538
|
+
let I = vr(o, h, n);
|
|
1539
|
+
return Dr(I, u);
|
|
1540
|
+
}).then((h) => {
|
|
1541
|
+
if (h === null) throw this.recordDroppedEvent("before_send", p, e), new T(`${u} returned \`null\`, will not send event.`, "log");
|
|
1542
|
+
let pe = r && r.getSession();
|
|
1543
|
+
!i && pe && this._updateSessionFromEvent(pe, h);
|
|
1544
|
+
let I = h.transaction_info;
|
|
1545
|
+
if (i && I && h.transaction !== e.transaction) {
|
|
1546
|
+
let On = "custom";
|
|
1547
|
+
h.transaction_info = { ...I, source: On };
|
|
1548
|
+
}
|
|
1549
|
+
return this.sendEvent(h, n), h;
|
|
1550
|
+
}).then(null, (h) => {
|
|
1551
|
+
throw h instanceof T ? h : (this.captureException(h, { data: { __sentry__: true }, originalException: h }), new T(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.
|
|
1552
|
+
Reason: ${h}`));
|
|
1553
|
+
});
|
|
1554
|
+
}
|
|
1555
|
+
_process(e) {
|
|
1556
|
+
this._numProcessing++, e.then((n) => (this._numProcessing--, n), (n) => (this._numProcessing--, n));
|
|
1557
|
+
}
|
|
1558
|
+
_clearOutcomes() {
|
|
1559
|
+
let e = this._outcomes;
|
|
1560
|
+
return this._outcomes = {}, Object.keys(e).map((n) => {
|
|
1561
|
+
let [r, o] = n.split(":");
|
|
1562
|
+
return { reason: r, category: o, quantity: e[n] };
|
|
1563
|
+
});
|
|
1564
|
+
}
|
|
1565
|
+
};
|
|
1566
|
+
function Dr(t, e) {
|
|
1567
|
+
let n = `${e} must return \`null\` or a valid event.`;
|
|
1568
|
+
if (C(t)) return t.then((r) => {
|
|
1569
|
+
if (!b(r) && r !== null) throw new T(n);
|
|
1570
|
+
return r;
|
|
1571
|
+
}, (r) => {
|
|
1572
|
+
throw new T(`${e} rejected with ${r}`);
|
|
1573
|
+
});
|
|
1574
|
+
if (!b(t) && t !== null) throw new T(n);
|
|
1575
|
+
return t;
|
|
1576
|
+
}
|
|
1577
|
+
function vr(t, e, n) {
|
|
1578
|
+
let { beforeSend: r, beforeSendTransaction: o, beforeSendSpan: s } = t;
|
|
1579
|
+
if (_n(e) && r) return r(e, n);
|
|
1580
|
+
if (En(e)) {
|
|
1581
|
+
if (e.spans && s) {
|
|
1582
|
+
let i = [];
|
|
1583
|
+
for (let a of e.spans) {
|
|
1584
|
+
let c = s(a);
|
|
1585
|
+
c && i.push(c);
|
|
1586
|
+
}
|
|
1587
|
+
e.spans = i;
|
|
1588
|
+
}
|
|
1589
|
+
if (o) return o(e, n);
|
|
1590
|
+
}
|
|
1591
|
+
return e;
|
|
1592
|
+
}
|
|
1593
|
+
function _n(t) {
|
|
1594
|
+
return t.type === void 0;
|
|
1595
|
+
}
|
|
1596
|
+
function En(t) {
|
|
1597
|
+
return t.type === "transaction";
|
|
1598
|
+
}
|
|
1599
|
+
function Sn(t, e, n, r, o) {
|
|
1600
|
+
let s = { sent_at: (/* @__PURE__ */ new Date()).toISOString() };
|
|
1601
|
+
n && n.sdk && (s.sdk = { name: n.sdk.name, version: n.sdk.version }), r && o && (s.dsn = M(o)), e && (s.trace = E(e));
|
|
1602
|
+
let i = Mr(t);
|
|
1603
|
+
return P(s, [i]);
|
|
1604
|
+
}
|
|
1605
|
+
function Mr(t) {
|
|
1606
|
+
return [{ type: "check_in" }, t];
|
|
1607
|
+
}
|
|
1608
|
+
var ue = class extends Pe {
|
|
1609
|
+
constructor(e) {
|
|
1610
|
+
sn(), super(e);
|
|
1611
|
+
}
|
|
1612
|
+
eventFromException(e, n) {
|
|
1613
|
+
return x(ft(this, this._options.stackParser, e, n));
|
|
1614
|
+
}
|
|
1615
|
+
eventFromMessage(e, n = "info", r) {
|
|
1616
|
+
return x(dt(this._options.stackParser, e, n, r, this._options.attachStacktrace));
|
|
1617
|
+
}
|
|
1618
|
+
captureException(e, n, r) {
|
|
1619
|
+
if (this._options.autoSessionTracking && this._sessionFlusher) {
|
|
1620
|
+
let o = G().getRequestSession();
|
|
1621
|
+
o && o.status === "ok" && (o.status = "errored");
|
|
1622
|
+
}
|
|
1623
|
+
return super.captureException(e, n, r);
|
|
1624
|
+
}
|
|
1625
|
+
captureEvent(e, n, r) {
|
|
1626
|
+
if (this._options.autoSessionTracking && this._sessionFlusher && (e.type || "exception") === "exception" && e.exception && e.exception.values && e.exception.values.length > 0) {
|
|
1627
|
+
let i = G().getRequestSession();
|
|
1628
|
+
i && i.status === "ok" && (i.status = "errored");
|
|
1629
|
+
}
|
|
1630
|
+
return super.captureEvent(e, n, r);
|
|
1631
|
+
}
|
|
1632
|
+
close(e) {
|
|
1633
|
+
return this._sessionFlusher && this._sessionFlusher.close(), super.close(e);
|
|
1634
|
+
}
|
|
1635
|
+
initSessionFlusher() {
|
|
1636
|
+
let { release: e, environment: n } = this._options;
|
|
1637
|
+
e ? this._sessionFlusher = new Me(this, { release: e, environment: n }) : _ && d.warn("Cannot initialise an instance of SessionFlusher if no release is provided!");
|
|
1638
|
+
}
|
|
1639
|
+
captureCheckIn(e, n, r) {
|
|
1640
|
+
let o = "checkInId" in e && e.checkInId ? e.checkInId : S();
|
|
1641
|
+
if (!this._isEnabled()) return _ && d.warn("SDK not enabled, will not capture checkin."), o;
|
|
1642
|
+
let s = this.getOptions(), { release: i, environment: a, tunnel: c } = s, u = { check_in_id: o, monitor_slug: e.monitorSlug, status: e.status, release: i, environment: a };
|
|
1643
|
+
"duration" in e && (u.duration = e.duration), n && (u.monitor_config = { schedule: n.schedule, checkin_margin: n.checkinMargin, max_runtime: n.maxRuntime, timezone: n.timezone, failure_issue_threshold: n.failureIssueThreshold, recovery_threshold: n.recoveryThreshold });
|
|
1644
|
+
let [f, p] = this._getTraceInfoFromScope(r);
|
|
1645
|
+
p && (u.contexts = { trace: p });
|
|
1646
|
+
let g = Sn(u, f, this.getSdkMetadata(), c, this.getDsn());
|
|
1647
|
+
return _ && d.info("Sending checkin:", e.monitorSlug, e.status), this.sendEnvelope(g), o;
|
|
1648
|
+
}
|
|
1649
|
+
_captureRequestSession() {
|
|
1650
|
+
this._sessionFlusher ? this._sessionFlusher.incrementSessionStatusCount() : _ && d.warn("Discarded request mode session because autoSessionTracking option was disabled");
|
|
1651
|
+
}
|
|
1652
|
+
_prepareEvent(e, n, r, o) {
|
|
1653
|
+
return this._options.platform && (e.platform = e.platform || this._options.platform), this._options.runtime && (e.contexts = { ...e.contexts, runtime: (e.contexts || {}).runtime || this._options.runtime }), this._options.serverName && (e.server_name = e.server_name || this._options.serverName), super._prepareEvent(e, n, r, o);
|
|
1654
|
+
}
|
|
1655
|
+
_getTraceInfoFromScope(e) {
|
|
1656
|
+
if (!e) return [void 0, void 0];
|
|
1657
|
+
let n = j(e);
|
|
1658
|
+
if (n) {
|
|
1659
|
+
let c = F(n);
|
|
1660
|
+
return [De(c), Ne(c)];
|
|
1661
|
+
}
|
|
1662
|
+
let { traceId: r, spanId: o, parentSpanId: s, dsc: i } = e.getPropagationContext(), a = { trace_id: r, span_id: o, parent_span_id: s };
|
|
1663
|
+
return i ? [i, a] : [ae(r, this), a];
|
|
1664
|
+
}
|
|
1665
|
+
};
|
|
1666
|
+
var Pr = 64;
|
|
1667
|
+
function It(t, e, n = tt(t.bufferSize || Pr)) {
|
|
1668
|
+
let r = {}, o = (i) => n.drain(i);
|
|
1669
|
+
function s(i) {
|
|
1670
|
+
let a = [];
|
|
1671
|
+
if (be(i, (p, g) => {
|
|
1672
|
+
let m = Re(g);
|
|
1673
|
+
if (ct(r, m)) {
|
|
1674
|
+
let h = yn(p, g);
|
|
1675
|
+
t.recordDroppedEvent("ratelimit_backoff", m, h);
|
|
1676
|
+
} else a.push(p);
|
|
1677
|
+
}), a.length === 0) return x({});
|
|
1678
|
+
let c = P(i[0], a), u = (p) => {
|
|
1679
|
+
be(c, (g, m) => {
|
|
1680
|
+
let h = yn(g, m);
|
|
1681
|
+
t.recordDroppedEvent(p, Re(m), h);
|
|
1682
|
+
});
|
|
1683
|
+
}, f = () => e({ body: st(c) }).then((p) => (p.statusCode !== void 0 && (p.statusCode < 200 || p.statusCode >= 300) && _ && d.warn(`Sentry responded with status code ${p.statusCode} to sent event.`), r = ut(r, p), p), (p) => {
|
|
1684
|
+
throw u("network_error"), p;
|
|
1685
|
+
});
|
|
1686
|
+
return n.add(f).then((p) => p, (p) => {
|
|
1687
|
+
if (p instanceof T) return _ && d.error("Skipped sending event because buffer is full."), u("queue_overflow"), x({});
|
|
1688
|
+
throw p;
|
|
1689
|
+
});
|
|
1690
|
+
}
|
|
1691
|
+
return { send: s, flush: o };
|
|
1692
|
+
}
|
|
1693
|
+
function yn(t, e) {
|
|
1694
|
+
if (!(e !== "event" && e !== "transaction")) return Array.isArray(t) ? t[1] : void 0;
|
|
1695
|
+
}
|
|
1696
|
+
var wr = "RewriteFrames";
|
|
1697
|
+
var we = (t = {}) => {
|
|
1698
|
+
let e = t.root, n = t.prefix || "app:///", r = "window" in l && l.window !== void 0, o = t.iteratee || Fr({ isBrowser: r, root: e, prefix: n });
|
|
1699
|
+
function s(a) {
|
|
1700
|
+
try {
|
|
1701
|
+
return { ...a, exception: { ...a.exception, values: a.exception.values.map((c) => ({ ...c, ...c.stacktrace && { stacktrace: i(c.stacktrace) } })) } };
|
|
1702
|
+
} catch {
|
|
1703
|
+
return a;
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
function i(a) {
|
|
1707
|
+
return { ...a, frames: a && a.frames && a.frames.map((c) => o(c)) };
|
|
1708
|
+
}
|
|
1709
|
+
return { name: wr, processEvent(a) {
|
|
1710
|
+
let c = a;
|
|
1711
|
+
return a.exception && Array.isArray(a.exception.values) && (c = s(c)), c;
|
|
1712
|
+
} };
|
|
1713
|
+
};
|
|
1714
|
+
function Fr({ isBrowser: t, root: e, prefix: n }) {
|
|
1715
|
+
return (r) => {
|
|
1716
|
+
if (!r.filename) return r;
|
|
1717
|
+
let o = /^[a-zA-Z]:\\/.test(r.filename) || r.filename.includes("\\") && !r.filename.includes("/"), s = /^\//.test(r.filename);
|
|
1718
|
+
if (t) {
|
|
1719
|
+
if (e) {
|
|
1720
|
+
let i = r.filename;
|
|
1721
|
+
i.indexOf(e) === 0 && (r.filename = i.replace(e, n));
|
|
1722
|
+
}
|
|
1723
|
+
} else if (o || s) {
|
|
1724
|
+
let i = o ? r.filename.replace(/^[a-zA-Z]:/, "").replace(/\\/g, "/") : r.filename, a = e ? et(e, i) : ne(i);
|
|
1725
|
+
r.filename = `${n}${a}`;
|
|
1726
|
+
}
|
|
1727
|
+
return r;
|
|
1728
|
+
};
|
|
1729
|
+
}
|
|
1730
|
+
function In(t) {
|
|
1731
|
+
return typeof t == "object" && t !== null;
|
|
1732
|
+
}
|
|
1733
|
+
function Ur(t) {
|
|
1734
|
+
return In(t) && "handled" in t && typeof t.handled == "boolean" && "type" in t && typeof t.type == "string";
|
|
1735
|
+
}
|
|
1736
|
+
function Br(t) {
|
|
1737
|
+
return In(t) && "mechanism" in t && Ur(t.mechanism);
|
|
1738
|
+
}
|
|
1739
|
+
function $r() {
|
|
1740
|
+
if (l.SENTRY_RELEASE && l.SENTRY_RELEASE.id) return l.SENTRY_RELEASE.id;
|
|
1741
|
+
}
|
|
1742
|
+
function Tn(t, e) {
|
|
1743
|
+
return t !== void 0 ? (t[e[0]] = e[1], t) : { [e[0]]: e[1] };
|
|
1744
|
+
}
|
|
1745
|
+
function xn(t, e) {
|
|
1746
|
+
return t(e.stack || "", 1);
|
|
1747
|
+
}
|
|
1748
|
+
function jr(t) {
|
|
1749
|
+
let e = t && t.message;
|
|
1750
|
+
return e ? e.error && typeof e.error.message == "string" ? e.error.message : e : "No error message";
|
|
1751
|
+
}
|
|
1752
|
+
function An(t, e) {
|
|
1753
|
+
let n = { type: e.name || e.constructor.name, value: jr(e) }, r = xn(t, e);
|
|
1754
|
+
return r.length && (n.stacktrace = { frames: r }), n.type === void 0 && n.value === "" && (n.value = "Unrecoverable error caught"), n;
|
|
1755
|
+
}
|
|
1756
|
+
function Gr(t, e, n, r) {
|
|
1757
|
+
let o, i = (r && r.data && Br(r.data) ? r.data.mechanism : void 0) ?? { handled: true, type: "generic" };
|
|
1758
|
+
if (L(n)) o = n;
|
|
1759
|
+
else {
|
|
1760
|
+
if (b(n)) {
|
|
1761
|
+
let c = `Non-Error exception captured with keys: ${V(n)}`, u = t?.getClient(), f = u && u.getOptions().normalizeDepth;
|
|
1762
|
+
t?.setExtra("__serialized__", Y(n, f)), o = r && r.syntheticException || new Error(c), o.message = c;
|
|
1763
|
+
} else o = r && r.syntheticException || new Error(n), o.message = n;
|
|
1764
|
+
i.synthetic = true;
|
|
1765
|
+
}
|
|
1766
|
+
let a = { exception: { values: [An(e, o)] } };
|
|
1767
|
+
return ee(a, void 0, void 0), B(a, i), { ...a, event_id: r && r.event_id };
|
|
1768
|
+
}
|
|
1769
|
+
function Hr(t, e, n = "info", r, o) {
|
|
1770
|
+
let s = { event_id: r && r.event_id, level: n, message: e };
|
|
1771
|
+
if (o && r && r.syntheticException) {
|
|
1772
|
+
let i = xn(t, r.syntheticException);
|
|
1773
|
+
i.length && (s.exception = { values: [{ value: e, stacktrace: { frames: i } }] });
|
|
1774
|
+
}
|
|
1775
|
+
return s;
|
|
1776
|
+
}
|
|
1777
|
+
var qr = 5;
|
|
1778
|
+
var zr = (t = { limit: qr }) => ({ name: "LinkedErrors", processEvent: (e, n, r) => Yr(r.getOptions().stackParser, t.limit, e, n) });
|
|
1779
|
+
function Yr(t, e, n, r) {
|
|
1780
|
+
if (!n.exception || !n.exception.values || !r || !O(r.originalException, Error)) return n;
|
|
1781
|
+
let o = bn(t, e, r.originalException);
|
|
1782
|
+
return n.exception.values = [...o, ...n.exception.values], n;
|
|
1783
|
+
}
|
|
1784
|
+
function bn(t, e, n, r = []) {
|
|
1785
|
+
if (!O(n.cause, Error) || r.length + 1 >= e) return r;
|
|
1786
|
+
let o = An(t, n.cause);
|
|
1787
|
+
return bn(t, e, n.cause, [o, ...r]);
|
|
1788
|
+
}
|
|
1789
|
+
var Jr = { allowedHeaders: ["CF-RAY", "CF-Worker"] };
|
|
1790
|
+
var Wr = (t = {}) => {
|
|
1791
|
+
let e = { ...Jr, ...t };
|
|
1792
|
+
return { name: "RequestData", preprocessEvent: (n) => {
|
|
1793
|
+
let { sdkProcessingMetadata: r } = n;
|
|
1794
|
+
return r && ("request" in r && r.request instanceof Request && (n.request = Vr(r.request, e), n.user = Kr(n.user ?? {}, r.request, e)), "requestData" in r && (n.request ? n.request.data = r.requestData : n.request = { data: r.requestData })), n;
|
|
1795
|
+
} };
|
|
1796
|
+
};
|
|
1797
|
+
function Kr(t, e, n) {
|
|
1798
|
+
let r = e.headers.get("CF-Connecting-IP"), { allowedIps: o } = n, s = { ...t };
|
|
1799
|
+
return !("ip_address" in t) && r && o !== void 0 && Xr(r, o) && (s.ip_address = r), Object.keys(s).length > 0 ? s : void 0;
|
|
1800
|
+
}
|
|
1801
|
+
function Vr(t, e) {
|
|
1802
|
+
let n = t.headers.get("cookie"), r;
|
|
1803
|
+
if (n) try {
|
|
1804
|
+
r = Zr(n);
|
|
1805
|
+
} catch {
|
|
1806
|
+
}
|
|
1807
|
+
let o = {};
|
|
1808
|
+
for (let [u, f] of t.headers.entries()) u !== "cookie" && (o[u] = f);
|
|
1809
|
+
let s = { method: t.method, cookies: r, headers: o };
|
|
1810
|
+
try {
|
|
1811
|
+
let u = new URL(t.url);
|
|
1812
|
+
s.url = `${u.protocol}//${u.hostname}${u.pathname}`, s.query_string = u.search;
|
|
1813
|
+
} catch {
|
|
1814
|
+
let f = t.url.indexOf("?");
|
|
1815
|
+
f < 0 ? s.url = t.url : (s.url = t.url.substr(0, f), s.query_string = t.url.substr(f + 1));
|
|
1816
|
+
}
|
|
1817
|
+
let { allowedHeaders: i, allowedCookies: a, allowedSearchParams: c } = e;
|
|
1818
|
+
if (i !== void 0 && s.headers ? (s.headers = xt(s.headers, i), Object.keys(s.headers).length === 0 && delete s.headers) : delete s.headers, a !== void 0 && s.cookies ? (s.cookies = xt(s.cookies, a), Object.keys(s.cookies).length === 0 && delete s.cookies) : delete s.cookies, c !== void 0) {
|
|
1819
|
+
let u = Object.fromEntries(new URLSearchParams(s.query_string)), f = new URLSearchParams();
|
|
1820
|
+
Object.keys(xt(u, c)).forEach((p) => {
|
|
1821
|
+
f.set(p, u[p]);
|
|
1822
|
+
}), s.query_string = f.toString();
|
|
1823
|
+
} else delete s.query_string;
|
|
1824
|
+
return s;
|
|
1825
|
+
}
|
|
1826
|
+
function Xr(t, e) {
|
|
1827
|
+
return typeof e == "boolean" ? e : e instanceof RegExp ? e.test(t) : Array.isArray(e) ? e.map((r) => r.toLowerCase()).includes(t) : false;
|
|
1828
|
+
}
|
|
1829
|
+
function xt(t, e) {
|
|
1830
|
+
let n = () => false;
|
|
1831
|
+
if (typeof e == "boolean") return e ? t : {};
|
|
1832
|
+
if (e instanceof RegExp) n = (r) => e.test(r);
|
|
1833
|
+
else if (Array.isArray(e)) {
|
|
1834
|
+
let r = e.map((o) => o.toLowerCase());
|
|
1835
|
+
n = (o) => r.includes(o.toLowerCase());
|
|
1836
|
+
} else return {};
|
|
1837
|
+
return Object.keys(t).filter(n).reduce((r, o) => (r[o] = t[o], r), {});
|
|
1838
|
+
}
|
|
1839
|
+
function Zr(t) {
|
|
1840
|
+
if (typeof t != "string") return {};
|
|
1841
|
+
try {
|
|
1842
|
+
return t.split(";").map((e) => e.split("=")).reduce((e, [n, r]) => (e[decodeURIComponent(n.trim())] = decodeURIComponent(r.trim()), e), {});
|
|
1843
|
+
} catch {
|
|
1844
|
+
return {};
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1847
|
+
function Qr(t, e) {
|
|
1848
|
+
let n = {};
|
|
1849
|
+
return t.forEach((r) => {
|
|
1850
|
+
n[r.name] = r, typeof r.setupOnce == "function" && r.setupOnce();
|
|
1851
|
+
let o = e.getClient();
|
|
1852
|
+
if (o) {
|
|
1853
|
+
if (typeof r.setup == "function" && r.setup(o), typeof r.preprocessEvent == "function") {
|
|
1854
|
+
let s = r.preprocessEvent.bind(r);
|
|
1855
|
+
o.on("preprocessEvent", (i, a) => s(i, a, o));
|
|
1856
|
+
}
|
|
1857
|
+
if (typeof r.processEvent == "function") {
|
|
1858
|
+
let s = r.processEvent.bind(r), i = Object.assign((a, c) => s(a, c, o), { id: r.name });
|
|
1859
|
+
o.addEventProcessor(i);
|
|
1860
|
+
}
|
|
1861
|
+
}
|
|
1862
|
+
}), n;
|
|
1863
|
+
}
|
|
1864
|
+
var At = class extends ue {
|
|
1865
|
+
#e = null;
|
|
1866
|
+
#t = false;
|
|
1867
|
+
constructor(e) {
|
|
1868
|
+
e._metadata = e._metadata || {}, e._metadata.sdk = e._metadata.sdk || { name: "toucan-js", packages: [{ name: "npm:toucan-js", version: "4.0.0" }], version: "4.0.0" }, super(e);
|
|
1869
|
+
}
|
|
1870
|
+
setupIntegrations() {
|
|
1871
|
+
this._isEnabled() && !this.#t && this.#e && (this._integrations = Qr(this._options.integrations, this.#e), this.#t = true);
|
|
1872
|
+
}
|
|
1873
|
+
eventFromException(e, n) {
|
|
1874
|
+
return x(Gr(this.#e, this._options.stackParser, e, n));
|
|
1875
|
+
}
|
|
1876
|
+
eventFromMessage(e, n = "info", r) {
|
|
1877
|
+
return x(Hr(this._options.stackParser, e, n, r, this._options.attachStacktrace));
|
|
1878
|
+
}
|
|
1879
|
+
_prepareEvent(e, n, r) {
|
|
1880
|
+
return e.platform = e.platform || "javascript", this.getOptions().request && (e.sdkProcessingMetadata = Tn(e.sdkProcessingMetadata, ["request", this.getOptions().request])), this.getOptions().requestData && (e.sdkProcessingMetadata = Tn(e.sdkProcessingMetadata, ["requestData", this.getOptions().requestData])), super._prepareEvent(e, n, r);
|
|
1881
|
+
}
|
|
1882
|
+
getSdk() {
|
|
1883
|
+
return this.#e;
|
|
1884
|
+
}
|
|
1885
|
+
setSdk(e) {
|
|
1886
|
+
this.#e = e;
|
|
1887
|
+
}
|
|
1888
|
+
setRequestBody(e) {
|
|
1889
|
+
this.getOptions().requestData = e;
|
|
1890
|
+
}
|
|
1891
|
+
setEnabled(e) {
|
|
1892
|
+
this.getOptions().enabled = e;
|
|
1893
|
+
}
|
|
1894
|
+
};
|
|
1895
|
+
function eo(t) {
|
|
1896
|
+
let [e, n] = nt(t);
|
|
1897
|
+
return [e, (o) => {
|
|
1898
|
+
let s = n(o);
|
|
1899
|
+
if (s) {
|
|
1900
|
+
let i = s.filename;
|
|
1901
|
+
s.abs_path = i !== void 0 && !i.startsWith("/") ? `/${i}` : i, s.in_app = i !== void 0;
|
|
1902
|
+
}
|
|
1903
|
+
return s;
|
|
1904
|
+
}];
|
|
1905
|
+
}
|
|
1906
|
+
function to(t) {
|
|
1907
|
+
if (t) return ne(t, ".js");
|
|
1908
|
+
}
|
|
1909
|
+
var no = _e(eo(to));
|
|
1910
|
+
function ro(t) {
|
|
1911
|
+
function e({ body: n }) {
|
|
1912
|
+
try {
|
|
1913
|
+
let o = (t.fetcher ?? fetch)(t.url, { method: "POST", headers: t.headers, body: n }).then((s) => ({ statusCode: s.status, headers: { "retry-after": s.headers.get("Retry-After"), "x-sentry-rate-limits": s.headers.get("X-Sentry-Rate-Limits") } }));
|
|
1914
|
+
return t.context && t.context.waitUntil(o), o;
|
|
1915
|
+
} catch (r) {
|
|
1916
|
+
return $(r);
|
|
1917
|
+
}
|
|
1918
|
+
}
|
|
1919
|
+
return It(t, e);
|
|
1920
|
+
}
|
|
1921
|
+
var K = class extends A {
|
|
1922
|
+
#e;
|
|
1923
|
+
constructor(e) {
|
|
1924
|
+
if (super(), e.defaultIntegrations = e.defaultIntegrations === false ? [] : [...Array.isArray(e.defaultIntegrations) ? e.defaultIntegrations : [Wr(e.requestDataOptions), zr()]], e.release === void 0) {
|
|
1925
|
+
let n = $r();
|
|
1926
|
+
n !== void 0 && (e.release = n);
|
|
1927
|
+
}
|
|
1928
|
+
this.#e = e, this.attachNewClient();
|
|
1929
|
+
}
|
|
1930
|
+
attachNewClient() {
|
|
1931
|
+
let e = new At({ ...this.#e, transport: ro, integrations: St(this.#e), stackParser: Ke(this.#e.stackParser || no), transportOptions: { ...this.#e.transportOptions, context: this.#e.context } });
|
|
1932
|
+
this.setClient(e), e.setSdk(this), e.setupIntegrations();
|
|
1933
|
+
}
|
|
1934
|
+
setRequestBody(e) {
|
|
1935
|
+
this.getClient()?.setRequestBody(e);
|
|
1936
|
+
}
|
|
1937
|
+
setEnabled(e) {
|
|
1938
|
+
this.getClient()?.setEnabled(e);
|
|
1939
|
+
}
|
|
1940
|
+
captureCheckIn(e, n, r) {
|
|
1941
|
+
return e.status === "in_progress" && this.setContext("monitor", { slug: e.monitorSlug }), this.getClient().captureCheckIn(e, n, r);
|
|
1942
|
+
}
|
|
1943
|
+
addBreadcrumb(e, n = 100) {
|
|
1944
|
+
let o = this.getClient().getOptions().maxBreadcrumbs || n;
|
|
1945
|
+
return super.addBreadcrumb(e, o);
|
|
1946
|
+
}
|
|
1947
|
+
clone() {
|
|
1948
|
+
let e = new K({ ...this.#e });
|
|
1949
|
+
return e._breadcrumbs = [...this._breadcrumbs], e._tags = { ...this._tags }, e._extra = { ...this._extra }, e._contexts = { ...this._contexts }, e._user = this._user, e._level = this._level, e._session = this._session, e._transactionName = this._transactionName, e._fingerprint = this._fingerprint, e._eventProcessors = [...this._eventProcessors], e._requestSession = this._requestSession, e._attachments = [...this._attachments], e._sdkProcessingMetadata = { ...this._sdkProcessingMetadata }, e._propagationContext = { ...this._propagationContext }, e._lastEventId = this._lastEventId, e;
|
|
1950
|
+
}
|
|
1951
|
+
withScope(e) {
|
|
1952
|
+
let n = this.clone();
|
|
1953
|
+
return e(n);
|
|
1954
|
+
}
|
|
1955
|
+
};
|
|
1956
|
+
function Rn(t, e, n, r, o, s, i, a, c) {
|
|
1957
|
+
if (!(n && r && o)) return;
|
|
1958
|
+
let u = new K({ dsn: n, request: t, context: e, sampleRate: 1, release: i?.tag, integrations: [we({ iteratee(f) {
|
|
1959
|
+
return f.filename = "/index.js", f;
|
|
1960
|
+
} })], requestDataOptions: { allowedHeaders: ["user-agent", "cf-challenge", "accept-encoding", "accept-language", "cf-ray", "content-length", "content-type", "host"], allowedSearchParams: /(.*)/ }, transportOptions: { headers: { "CF-Access-Client-ID": r, "CF-Access-Client-Secret": o } } });
|
|
1961
|
+
return s && (u.setTag("colo", s.coloId), u.setTag("metal", s.metalId)), a && c && (u.setTag("accountId", a), u.setTag("scriptId", c)), u.setUser({ id: a?.toString() }), u;
|
|
1962
|
+
}
|
|
1963
|
+
function oo() {
|
|
1964
|
+
return { addLogs: () => {
|
|
1965
|
+
}, setTags: () => {
|
|
1966
|
+
}, end: () => {
|
|
1967
|
+
}, isRecording: true };
|
|
1968
|
+
}
|
|
1969
|
+
function Cn() {
|
|
1970
|
+
return { enterSpan: (t, e, ...n) => e(oo(), ...n), getSpanContext: () => ({ traceId: "test-trace", spanId: "test-span", parentSpanId: "test-parent-span", traceFlags: 0 }), runWithSpanContext: (t, e, ...n) => e(...n), traceId: "test-trace", spanId: "test-span", parentSpanId: "test-parent-span", cfTraceIdHeader: "test-trace:test-span:0" };
|
|
1971
|
+
}
|
|
1972
|
+
var Fe = class {
|
|
1973
|
+
constructor(e) {
|
|
1974
|
+
this.data = {};
|
|
1975
|
+
this.hasWritten = false;
|
|
1976
|
+
this.readyAnalytics = e;
|
|
1977
|
+
}
|
|
1978
|
+
setData(e) {
|
|
1979
|
+
this.data = { ...this.data, ...e };
|
|
1980
|
+
}
|
|
1981
|
+
getData(e) {
|
|
1982
|
+
return this.data[e];
|
|
1983
|
+
}
|
|
1984
|
+
write() {
|
|
1985
|
+
this.hasWritten || this.readyAnalytics && (this.hasWritten = true, this.readyAnalytics.logEvent({ version: 1, accountId: this.data.accountId, indexId: this.data.scriptId?.toString(), doubles: [this.data.requestTime ?? -1, this.data.coloId ?? -1, this.data.metalId ?? -1, this.data.coloTier ?? -1, this.data.userWorkerAhead === void 0 ? -1 : Number(this.data.userWorkerAhead)], blobs: [this.data.hostname?.substring(0, 256), this.data.dispatchtype, this.data.error?.substring(0, 256), this.data.version, this.data.coloRegion] }));
|
|
1986
|
+
}
|
|
1987
|
+
};
|
|
1988
|
+
var Fc = { async fetch(t, e, n) {
|
|
1989
|
+
let r, o = false, s = new Fe(e.ANALYTICS), i = new fe(e.UNSAFE_PERFORMANCE), a = i.now();
|
|
1990
|
+
try {
|
|
1991
|
+
e.JAEGER || (e.JAEGER = Cn()), r = Rn(t, n, e.SENTRY_DSN, e.SENTRY_ACCESS_CLIENT_ID, e.SENTRY_ACCESS_CLIENT_SECRET, e.COLO_METADATA, e.VERSION_METADATA, e.CONFIG?.account_id, e.CONFIG?.script_id);
|
|
1992
|
+
let c = new URL(t.url);
|
|
1993
|
+
e.COLO_METADATA && e.VERSION_METADATA && e.CONFIG && s.setData({ accountId: e.CONFIG.account_id, scriptId: e.CONFIG.script_id, coloId: e.COLO_METADATA.coloId, metalId: e.COLO_METADATA.metalId, coloTier: e.COLO_METADATA.coloTier, coloRegion: e.COLO_METADATA.coloRegion, hostname: c.hostname, version: e.VERSION_METADATA.tag, userWorkerAhead: e.CONFIG.invoke_user_worker_ahead_of_assets });
|
|
1994
|
+
let u = t.clone();
|
|
1995
|
+
if (e.CONFIG.invoke_user_worker_ahead_of_assets) {
|
|
1996
|
+
if (!e.CONFIG.has_user_worker) throw new Error("Fetch for user worker without having a user worker binding");
|
|
1997
|
+
return s.setData({ dispatchtype: "worker" }), await e.JAEGER.enterSpan("dispatch_worker", async (p) => (p.setTags({ hasUserWorker: true, asset: "ignored", dispatchType: "worker" }), o = true, e.USER_WORKER.fetch(u)));
|
|
1998
|
+
}
|
|
1999
|
+
let f = await e.ASSET_WORKER.unstable_canFetch(t);
|
|
2000
|
+
return e.CONFIG.has_user_worker && !f ? (s.setData({ dispatchtype: "worker" }), await e.JAEGER.enterSpan("dispatch_worker", async (p) => (p.setTags({ hasUserWorker: e.CONFIG.has_user_worker || false, asset: f, dispatchType: "worker" }), o = true, e.USER_WORKER.fetch(u)))) : (s.setData({ dispatchtype: "asset" }), await e.JAEGER.enterSpan("dispatch_assets", async (p) => (p.setTags({ hasUserWorker: e.CONFIG.has_user_worker || false, asset: f, dispatchType: "asset" }), e.ASSET_WORKER.fetch(u))));
|
|
2001
|
+
} catch (c) {
|
|
2002
|
+
if (o) return;
|
|
2003
|
+
throw c instanceof Error && s.setData({ error: c.message }), r && r.captureException(c), c;
|
|
2004
|
+
} finally {
|
|
2005
|
+
s.setData({ requestTime: i.now() - a }), s.write();
|
|
2006
|
+
}
|
|
2007
|
+
} };
|
|
2008
|
+
|
|
2009
|
+
// src/asset-workers/router-worker.ts
|
|
2010
|
+
var router_worker_default = Fc;
|
|
2011
|
+
export {
|
|
2012
|
+
router_worker_default as default
|
|
2013
|
+
};
|