Openstatus www.openstatus.dev

๐Ÿ“ˆ webvitals (#453)

authored by

Thibault Le Ouay and committed by
GitHub
1dc0bc35 64ced46f

+2 -2
+1 -1
apps/web/sentry.client.config.ts
··· 11 11 dsn: env.NEXT_PUBLIC_SENTRY_DSN, 12 12 13 13 // Adjust this value in production, or use tracesSampler for greater control 14 - tracesSampleRate: 0, 14 + tracesSampleRate: 0.2, 15 15 16 16 // Setting this option to true will print useful information to the console while you're setting up Sentry. 17 17 debug: false,
+1 -1
apps/web/sentry.server.config.ts
··· 11 11 dsn: env.NEXT_PUBLIC_SENTRY_DSN, 12 12 13 13 // Adjust this value in production, or use tracesSampler for greater control 14 - tracesSampleRate: 0, 14 + tracesSampleRate: 0.2, 15 15 16 16 // Setting this option to true will print useful information to the console while you're setting up Sentry. 17 17 debug: false,