@anzusystems/common-admin 1.47.0-beta.dev-1771894812 → 1.47.0-beta.dev-1771894814
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common-admin.css +1 -1
- package/dist/common-admin.d.ts +4150 -2319
- package/dist/common-admin.js +6192 -6116
- package/dist/common-admin.js.map +1 -1
- package/dist/{index-D6n2IC2w.mjs → index-C45f-TuR.mjs} +11 -11
- package/dist/index-C45f-TuR.mjs.map +1 -0
- package/package.json +22 -22
- package/dist/index-D6n2IC2w.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const I = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, D = globalThis, Ht = "10.
|
|
1
|
+
const I = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, D = globalThis, Ht = "10.43.0";
|
|
2
2
|
function Mt() {
|
|
3
3
|
return $r(D), D;
|
|
4
4
|
}
|
|
@@ -3900,7 +3900,7 @@ class V_ {
|
|
|
3900
3900
|
if (a === null)
|
|
3901
3901
|
return a;
|
|
3902
3902
|
this.emit("postprocessEvent", a, n), a.contexts = {
|
|
3903
|
-
trace: Od(r),
|
|
3903
|
+
trace: { ...a.contexts?.trace, ...Od(r) },
|
|
3904
3904
|
...a.contexts
|
|
3905
3905
|
};
|
|
3906
3906
|
const c = Pa(this, r);
|
|
@@ -9812,11 +9812,11 @@ class lo {
|
|
|
9812
9812
|
lo.prototype.__init.call(this), lo.prototype.__init2.call(this);
|
|
9813
9813
|
}
|
|
9814
9814
|
// eslint-disable-next-line @typescript-eslint/explicit-member-accessibility
|
|
9815
|
-
//
|
|
9815
|
+
// oxlint-disable-next-line sdk/no-class-field-initializers
|
|
9816
9816
|
__init() {
|
|
9817
9817
|
this._sessionValue = 0;
|
|
9818
9818
|
}
|
|
9819
|
-
//
|
|
9819
|
+
// oxlint-disable-next-line sdk/no-class-field-initializers
|
|
9820
9820
|
__init2() {
|
|
9821
9821
|
this._sessionEntries = [];
|
|
9822
9822
|
}
|
|
@@ -9897,7 +9897,7 @@ class fo {
|
|
|
9897
9897
|
* longest one is first. The list is at most MAX_INTERACTIONS_TO_CONSIDER
|
|
9898
9898
|
* long.
|
|
9899
9899
|
*/
|
|
9900
|
-
//
|
|
9900
|
+
// oxlint-disable-next-line sdk/no-class-field-initializers
|
|
9901
9901
|
__init() {
|
|
9902
9902
|
this._longestInteractionList = [];
|
|
9903
9903
|
}
|
|
@@ -9905,7 +9905,7 @@ class fo {
|
|
|
9905
9905
|
* A mapping of longest interactions by their interaction ID.
|
|
9906
9906
|
* This is used for faster lookup.
|
|
9907
9907
|
*/
|
|
9908
|
-
//
|
|
9908
|
+
// oxlint-disable-next-line sdk/no-class-field-initializers
|
|
9909
9909
|
__init2() {
|
|
9910
9910
|
this._longestInteractionMap = /* @__PURE__ */ new Map();
|
|
9911
9911
|
}
|
|
@@ -20055,14 +20055,14 @@ function M1(e, t) {
|
|
|
20055
20055
|
}
|
|
20056
20056
|
}
|
|
20057
20057
|
function N1(e) {
|
|
20058
|
-
return !e?.contexts?.profile || !e.contexts || (e.contexts.trace = {
|
|
20059
|
-
...e.contexts
|
|
20058
|
+
return !e?.contexts?.profile || !e.contexts || (e.contexts.trace?.trace_id && (e.contexts.trace = {
|
|
20059
|
+
...e.contexts.trace,
|
|
20060
20060
|
data: {
|
|
20061
|
-
...e.contexts
|
|
20061
|
+
...e.contexts.trace.data ?? {},
|
|
20062
20062
|
"thread.id": zt,
|
|
20063
20063
|
"thread.name": Io
|
|
20064
20064
|
}
|
|
20065
|
-
}, e.spans?.forEach((t) => {
|
|
20065
|
+
}), e.spans?.forEach((t) => {
|
|
20066
20066
|
t.data = {
|
|
20067
20067
|
...t.data || {},
|
|
20068
20068
|
"thread.id": zt,
|
|
@@ -20989,4 +20989,4 @@ export {
|
|
|
20989
20989
|
at as withScope,
|
|
20990
20990
|
Tx as zodErrorsIntegration
|
|
20991
20991
|
};
|
|
20992
|
-
//# sourceMappingURL=index-
|
|
20992
|
+
//# sourceMappingURL=index-C45f-TuR.mjs.map
|