Skip to content

Commit af8f80c

Browse files
authored
Fix typo in metrics documentation (#15632)
1 parent 74ba9ad commit af8f80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/metrics/options/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Sentry.init({
3232
3333
### Disabling Metrics
3434
35-
If you want to disable metrics collection entirely, you can do so by disabling the `_experimental.enableMetrics` flag:
35+
If you want to disable metrics collection entirely, you can do so by disabling the `enableMetrics` flag:
3636
3737
```javascript
3838
Sentry.init({

0 commit comments

Comments
 (0)