Merge branch 'sentry-prod' into 'main'

Enable Sentry in production only

See merge request soapbox-pub/soapbox!2832
environments/review-main-yi2y9f/deployments/4213
Alex Gleason 2023-10-21 18:04:59 +00:00
commit 272e1fde2d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
import { NODE_ENV } from 'soapbox/build-config';
import sourceCode from 'soapbox/utils/code';
import type { Account } from './schemas';
@ -12,6 +13,7 @@ async function startSentry(dsn: string): Promise<void> {
Sentry.init({
dsn,
debug: false,
enabled: NODE_ENV === 'production',
integrations: [new Integrations.BrowserTracing()],
// Filter events.