Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Fix typo #1245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/docs/services/metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ LOGGING['handlers']['console:metrics'] = {
}
```

## Composit Experimental Backend
## Composite Experimental Backend

The `CompositeExperimentalMetricsBackend` reports all operations to both Datadog and Sentry. More information about why and how we are using it can be found in [Sentry Developer Metrics](/delightful-developer-metrics/sending-metrics-abstraction/).

Expand All @@ -98,4 +98,4 @@ SENTRY_METRICS_OPTIONS = {
"my_metric1",
"my_metric2",
}
```
```