We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a83675 commit fdaf136Copy full SHA for fdaf136
platform-includes/performance/traces-sampler-as-sampler/javascript.mdx
@@ -15,7 +15,7 @@ Sentry.init({
15
tracesSampler: ({ name, attributes, parentSampled }) => {
16
// Do not sample health checks ever
17
if (name.includes("healthcheck")) {
18
- // Drop this completely, by setting its sample rate to 0%
+ // Drop this completely by setting its sample rate to 0%
19
return 0;
20
}
21
0 commit comments