Skip to content

Commit 7a8e625

Browse files
cleptricjan-auer
andauthored
Update develop-docs/sdk/telemetry/spans/span-sampling.mdx
Co-authored-by: Jan Michael Auer <[email protected]>
1 parent 2917836 commit 7a8e625

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

develop-docs/sdk/telemetry/spans/span-sampling.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,18 @@ If both options are not feasible to be implemented in certain SDKs, other approa
6666
```js
6767
Sentry.init({
6868
ignoreSpans: [
69-
'GET /about',
70-
'events.signal *',
71-
],
72-
integrations: [
73-
fsIntegration: {
74-
ignoreSpans: [
75-
'fs.read',
76-
],
77-
readSpans: true,
78-
writeSpans: false,
79-
}
80-
]
69+
'GET /about',
70+
'events.signal *',
71+
],
72+
integrations: [
73+
fsIntegration: {
74+
ignoreSpans: [
75+
'fs.read',
76+
],
77+
readSpans: true,
78+
writeSpans: false,
79+
}
80+
]
8181
})
8282
```
8383

0 commit comments

Comments
 (0)