diff --git a/CHANGELOG.md b/CHANGELOG.md index b6918ad53a2..7466fefdaea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Deprecate old AI monitoring attributes. ([#4960](https://github.com/getsentry/relay/pull/4960)) - Normalize legacy `ai.*` attributes to `gen_ai.*` names. ([#4924](https://github.com/getsentry/relay/pull/4924)) - Force the routing key to be random instead of letting Kafka handle the randomization. ([#4974](https://github.com/getsentry/relay/pull/4974)) +- Add Jwm to the supported image types. ([#4975](https://github.com/getsentry/relay/pull/4975)) ## 25.7.0 diff --git a/relay-profiling/src/debug_image.rs b/relay-profiling/src/debug_image.rs index ac9c577a554..52674cfc18f 100644 --- a/relay-profiling/src/debug_image.rs +++ b/relay-profiling/src/debug_image.rs @@ -13,6 +13,7 @@ enum ImageType { Symbolic, Sourcemap, Proguard, + Jvm, } #[derive(Debug, Serialize, Deserialize, PartialEq, Clone)]