Add user tagging for logged-in staff users

This commit is contained in:
2026-03-12 02:20:16 -04:00
parent 97d84bdc17
commit f5e2110ff4
4 changed files with 70 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ Sentry.init({
replaysSessionSampleRate: 0.02,
sendDefaultPii: true,
tracesSampleRate: 0.1,
tunnel: "/api/st",
});
function ClientCacheProvider({ children }: { children: ReactNode }) {