website: remove sentry
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -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,
 | 
			
		||||
});
 | 
			
		||||
		Reference in New Issue
	
	Block a user