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 c6e1cc9 commit d2b7b2cCopy full SHA for d2b7b2c
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 completelty, 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