Skip to content

Commit

Permalink
fix(docs): Dev docs metrics link (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored Jul 10, 2024
1 parent 172bcd4 commit e828ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-core/src/metrics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
//! [`cadence`] is a popular Statsd client for Rust and can be used to send metrics to Sentry. To
//! use Sentry directly with `cadence`, see the [`sentry-cadence`](crate::cadence) documentation.
//!
//! [our docs]: https://develop.sentry.dev/delightful-developer-metrics/
//! [our docs]: https://develop.sentry.dev/services/metrics/

mod normalization;

Expand Down

0 comments on commit e828ca2

Please sign in to comment.