From 2ec6d88fb5b57d02b7ff099c8ace576b517faa54 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Wed, 26 Jun 2024 15:40:21 -0400 Subject: [PATCH] feat(web-vitals): add support for mobile browsers (#3762) Adds support for mobile browsers to start ingesting web vitals. Continuation of https://github.com/getsentry/sentry/pull/73298/ which adds the scoring percentile configuration for mobile browsers. --- CHANGELOG.md | 1 + relay-dynamic-config/src/defaults.rs | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bce43db3bb..578a252b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ **Internal**: - Aggregate metrics before rate limiting. ([#3746](https://github.com/getsentry/relay/pull/3746)) +- Add web vitals support for mobile browsers. ([#3762](https://github.com/getsentry/relay/pull/3762)) - Accept profiler_id in the profile context. ([#3714](https://github.com/getsentry/relay/pull/3714)) ## 24.6.0 diff --git a/relay-dynamic-config/src/defaults.rs b/relay-dynamic-config/src/defaults.rs index d37c603715..a6d49c5231 100644 --- a/relay-dynamic-config/src/defaults.rs +++ b/relay-dynamic-config/src/defaults.rs @@ -152,6 +152,12 @@ pub fn hardcoded_span_metrics() -> Vec<(GroupKey, Vec, Vec