website: remove sentry

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-09-18 14:27:35 +02:00
parent ea9a6d57dd
commit 12a523c7aa
4 changed files with 1 additions and 293 deletions

View File

@ -1,8 +0,0 @@
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,
});