Skip to content

Commit 1e40d28

Browse files
committed
Adding better clarity on custom span vs adding attributes
1 parent 7196311 commit 1e40d28

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/tracing/span-metrics/index.mdx

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

4747
## Creating Dedicated Metric Spans
4848

49-
For more detailed metric tracking, you can create dedicated spans that focus on specific metrics. This approach provides better organization and more precise timing data.
49+
For more detailed transaction 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 transaction traces.
5050

5151
```javascript
5252
Sentry.startSpan(

0 commit comments

Comments
 (0)