mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-27 21:01:03 +08:00
feat: add Hexclave analytics to Mintlify docs (#1635)
This commit is contained in:
parent
d064b20290
commit
7aec27d978
17
docs-mintlify/hexclave.js
Normal file
17
docs-mintlify/hexclave.js
Normal file
@ -0,0 +1,17 @@
|
||||
(async function () {
|
||||
if (typeof window === "undefined") return;
|
||||
|
||||
const { HexclaveClientApp } = await import("https://esm.sh/@hexclave/js@1.0.22");
|
||||
|
||||
new HexclaveClientApp({
|
||||
projectId: "internal",
|
||||
publishableClientKey: "pck_3e7rwjp3mfgztqv312zs52xkn4tm9bzrnxf7w9wfcn850",
|
||||
tokenStore: "cookie",
|
||||
analytics: {
|
||||
replays: {
|
||||
enabled: true,
|
||||
maskAllInputs: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
})();
|
||||
Loading…
Reference in New Issue
Block a user