website: add sentry
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
8
website/src/sentry.jsx
Normal file
8
website/src/sentry.jsx
Normal file
@ -0,0 +1,8 @@
|
||||
import * as Sentry from "@sentry/react";
|
||||
import { Integrations } from "@sentry/tracing";
|
||||
|
||||
Sentry.init({
|
||||
dsn: "https://339d36db58e6476aa0430aaff4e0610c@sentry.beryju.org/9",
|
||||
integrations: [new Integrations.BrowserTracing()],
|
||||
tracesSampleRate: 0.6,
|
||||
});
|
||||
Reference in New Issue
Block a user