You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With `tracesSampleRate` set to `0.25`, approximately 25% of transactions will be recorded and sent to Sentry. This provides an even cross-section of transactions regardless of where in your app they occur.
19
19
20
-
2. Sampling Function (`tracesSampler`)
20
+
###Sampling Function (`tracesSampler`)
21
21
22
22
For more granular control, you can use the `tracesSampler` function. This approach allows you to:
23
23
@@ -28,45 +28,47 @@ For more granular control, you can use the `tracesSampler` function. This approa
Effective sampling is key to getting the most value from Sentry's performance monitoring while minimizing overhead. The `tracesSampler` function gives you precise control over which transactions to record, allowing you to focus on the most important parts of your application.
192
194
193
-
By implementing a thoughtful sampling strategy, you'll get the performance insights you need without overwhelming your systems or your Sentry quota.
195
+
By implementing a thoughtful sampling strategy, you'll get the performance insights you need without overwhelming your systems or your Sentry quota.
0 commit comments