Skip to content

Commit d2b7b2c

Browse files
Fix typo in javascript.mdx (#11587)
* Fix typo in javascript.mdx * Update platform-includes/performance/traces-sampler-as-sampler/javascript.mdx --------- Co-authored-by: Liza Mock <[email protected]>
1 parent c6e1cc9 commit d2b7b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/performance/traces-sampler-as-sampler/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sentry.init({
1515
tracesSampler: ({ name, attributes, parentSampled }) => {
1616
// Do not sample health checks ever
1717
if (name.includes("healthcheck")) {
18-
// Drop this completelty, by setting its sample rate to 0%
18+
// Drop this completely by setting its sample rate to 0%
1919
return 0;
2020
}
2121

0 commit comments

Comments
 (0)