Skip to content

Commit ea2c552

Browse files
codydemydea
andauthored
Update docs/platforms/javascript/common/tracing/configure-sampling/index.mdx
Co-authored-by: Francesco Gringl-Novy <[email protected]>
1 parent a953fcb commit ea2c552

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/tracing/configure-sampling

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/tracing/configure-sampling/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For more granular control, you provide a `tracesSampler` function. This approach
3333
When the `tracesSampler` function is called, it receives a `samplingContext` object with valuable information to help make sampling decisions:
3434

3535
```typescript
36-
typescriptCopyinterface SamplingContext {
36+
interface SamplingContext {
3737
// Name of the span/transaction
3838
name: string;
3939

0 commit comments

Comments
 (0)