alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
update sentry trace sample rate
author
Wesley Finck
date
2 months ago
(May 8, 2026, 3:41 PM -0700)
commit
1f9aae6d
1f9aae6d935969b203a4bcddf9e0fb69d82e2d2e
parent
3ff2714e
3ff2714ef9ac5296194b443d558573179e95a444
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
instrument.ts
+1
-1
src/instrument.ts
View file
Reviewed
···
14
14
environment: sentryConfig.environment,
15
15
release: release,
16
16
// Performance Monitoring - Start at 10% to manage costs (Fly.io recommendation)
17
17
-
tracesSampleRate: 1.0,
17
17
+
tracesSampleRate: 0.1,
18
18
// Send default PII (includes IP addresses, user data)
19
19
sendDefaultPii: true,
20
20
});