@eloquentai/chat-sdk 0.30.4-dev → 0.30.5-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-_l5sXACt.js → index-3Ld74Qds.js} +2 -2
- package/dist/{index-_l5sXACt.js.map → index-3Ld74Qds.js.map} +1 -1
- package/dist/{index-SZocsYBG.js → index-CxaQgxtY.js} +18 -6
- package/dist/index-CxaQgxtY.js.map +1 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/index-SZocsYBG.js.map +0 -1
|
@@ -6,26 +6,38 @@ import Vg, { createPortal as gs } from "react-dom";
|
|
|
6
6
|
import Wg from "react-dom/client";
|
|
7
7
|
try {
|
|
8
8
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {}, t = new e.Error().stack;
|
|
9
|
-
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "
|
|
9
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "9fd4547a-f80c-49b8-9185-34599dd52fd6", e._sentryDebugIdIdentifier = "sentry-dbid-9fd4547a-f80c-49b8-9185-34599dd52fd6");
|
|
10
10
|
} catch {
|
|
11
11
|
}
|
|
12
12
|
{
|
|
13
13
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
14
|
-
e.SENTRY_RELEASE = { id: "
|
|
14
|
+
e.SENTRY_RELEASE = { id: "654a7e3cb5c6d68f02c98f99bad90c10100692b9" };
|
|
15
15
|
}
|
|
16
16
|
if (typeof window < "u") {
|
|
17
17
|
const e = "development";
|
|
18
|
-
import("./index-
|
|
18
|
+
import("./index-3Ld74Qds.js").then((t) => {
|
|
19
19
|
t.init({
|
|
20
20
|
dsn: void 0,
|
|
21
21
|
environment: e,
|
|
22
|
-
sendDefaultPii: !
|
|
22
|
+
sendDefaultPii: !1,
|
|
23
23
|
integrations: [t.replayIntegration()],
|
|
24
24
|
tracesSampleRate: 1,
|
|
25
25
|
replaysSessionSampleRate: 0.1,
|
|
26
26
|
replaysOnErrorSampleRate: 1,
|
|
27
27
|
debug: !1,
|
|
28
|
-
enabled: !0
|
|
28
|
+
enabled: !0,
|
|
29
|
+
beforeSend(n) {
|
|
30
|
+
const r = /* @__PURE__ */ new Set([
|
|
31
|
+
"authorization",
|
|
32
|
+
"cookie",
|
|
33
|
+
"x-api-key",
|
|
34
|
+
"x-auth-token"
|
|
35
|
+
]), i = n.request?.headers;
|
|
36
|
+
if (i)
|
|
37
|
+
for (const o of Object.keys(i))
|
|
38
|
+
r.has(o.toLowerCase()) && (i[o] = "[Filtered]");
|
|
39
|
+
return n.request && (n.request.data = "[Filtered]"), n;
|
|
40
|
+
}
|
|
29
41
|
});
|
|
30
42
|
});
|
|
31
43
|
}
|
|
@@ -30736,4 +30748,4 @@ export {
|
|
|
30736
30748
|
DN as r,
|
|
30737
30749
|
gN as u
|
|
30738
30750
|
};
|
|
30739
|
-
//# sourceMappingURL=index-
|
|
30751
|
+
//# sourceMappingURL=index-CxaQgxtY.js.map
|