From 76309638533e0a7a446ee447dec00705b01b1f3d Mon Sep 17 00:00:00 2001 From: Gideon Goldberg <1764158+gidsg@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:20:01 +0100 Subject: [PATCH] Fix typo --- src/docs/services/metrics.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/services/metrics.mdx b/src/docs/services/metrics.mdx index 4ddb21ad6b..8026c38093 100644 --- a/src/docs/services/metrics.mdx +++ b/src/docs/services/metrics.mdx @@ -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/). @@ -98,4 +98,4 @@ SENTRY_METRICS_OPTIONS = { "my_metric1", "my_metric2", } -``` \ No newline at end of file +```