Skip to content

Commit

Permalink
feat: Rename delightful developer metrics to sentry developer metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
matejminar committed Dec 19, 2023
1 parent c2b3180 commit 3d0d273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default () => {
<SidebarLink to="/dynamic-sampling/" title="Dynamic Sampling">
<Children tree={tree.find(n => n.name === 'dynamic-sampling').children} />
</SidebarLink>
<SidebarLink to="/delightful-developer-metrics/" title="Delightful Developer Metrics">
<SidebarLink to="/delightful-developer-metrics/" title="Sentry Developer Metrics">
<Children tree={tree.find(n => n.name === 'delightful-developer-metrics').children} />
</SidebarLink>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/docs/services/metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ LOGGING['handlers']['console:metrics'] = {

## Composit 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 [Delightful Developer Metrics](/delightful-developer-metrics/sending-metrics-abstraction/).
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/).

```python
SENTRY_METRICS_BACKEND = "sentry.metrics.composite_experimental.CompositeExperimentalMetricsBackend"
Expand Down

0 comments on commit 3d0d273

Please sign in to comment.