Skip to content

Commit 1a9da90

Browse files
Update docs/platforms/python/tracing/span-metrics/index.mdx
Co-authored-by: Daniel Szoke <[email protected]>
1 parent 61dd75e commit 1a9da90

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/tracing/span-metrics

1 file changed

+1
-1
lines changed

docs/platforms/python/tracing/span-metrics/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When adding metrics as span attributes:
4444

4545
## Creating Dedicated Metric Spans
4646

47-
For more detailed operations, task, or process tracking, you can create custom dedicated spans that focus on specific metrics or attributes that you want to track. This approach provides better discoverability and more precise span configurations, however it can also appear to create more noise in your trace waterfall.
47+
For more detailed operations, tasks, or process tracking, you can create custom dedicated spans that focus on specific metrics or attributes that you want to track. This approach provides better discoverability and more precise span configurations, however it can also create more noise in your trace waterfall.
4848

4949
```python
5050
with sentry_sdk.start_span(

0 commit comments

Comments
 (0)