Skip to content

Commit 3514245

Browse files
cleptriclizokm
andauthored
Update develop-docs/sdk/telemetry/traces/tracing-without-performance.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 8162878 commit 3514245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/traces/tracing-without-performance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This is fine as long as there's a good reason why additional configuration is re
4343

4444
As soon as users specify a tracing option in the SDK configuration, SDKs will use the normal tracing mode, which means collecting and sending spans (or transactions).
4545

46-
This can be achieve by specifying `tracesSampleRate` or `tracesSampler` or any other equivalent option in the SDK configuration:
46+
This can be achieved by specifying `tracesSampleRate` or `tracesSampler`, or any other equivalent option in the SDK configuration:
4747

4848
```js
4949
Sentry.init({

0 commit comments

Comments
 (0)