Skip to content

Commit c63ef19

Browse files
committed
fix typo
1 parent 943633b commit c63ef19

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
@@ -70,7 +70,7 @@ For detailed examples of how to implement span metrics in common scenarios, see
7070

7171
## Adding Metrics to All Spans
7272

73-
To consistently add metrics across all spans in your application, you can use the `beforeSendTransaction` callback:
73+
To consistently add metrics across all spans in your application, you can use the `beforeSendSpan` callback:
7474

7575
```javascript
7676
Sentry.init({

0 commit comments

Comments
 (0)