Skip to content

Commit ba17d8a

Browse files
authored
ref(profiling): add Jwm to the supported image types (#4975)
When there is some native code, android profiles might contain not just `proguard` images but also `Jvm`. Here we add support for the `Jvm` to avoid dropping such profiles.
1 parent aa11124 commit ba17d8a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Deprecate old AI monitoring attributes. ([#4960](https://github.com/getsentry/relay/pull/4960))
1515
- Normalize legacy `ai.*` attributes to `gen_ai.*` names. ([#4924](https://github.com/getsentry/relay/pull/4924))
1616
- Force the routing key to be random instead of letting Kafka handle the randomization. ([#4974](https://github.com/getsentry/relay/pull/4974))
17+
- Add Jwm to the supported image types. ([#4975](https://github.com/getsentry/relay/pull/4975))
1718

1819
## 25.7.0
1920

relay-profiling/src/debug_image.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ enum ImageType {
1313
Symbolic,
1414
Sourcemap,
1515
Proguard,
16+
Jvm,
1617
}
1718

1819
#[derive(Debug, Serialize, Deserialize, PartialEq, Clone)]

0 commit comments

Comments
 (0)