This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

update sentry trace sample rate

+1 -1
+1 -1
src/instrument.ts
··· 14 14 environment: sentryConfig.environment, 15 15 release: release, 16 16 // Performance Monitoring - Start at 10% to manage costs (Fly.io recommendation) 17 - tracesSampleRate: 1.0, 17 + tracesSampleRate: 0.1, 18 18 // Send default PII (includes IP addresses, user data) 19 19 sendDefaultPii: true, 20 20 });