Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions relay-profiling/src/debug_image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ enum ImageType {
Symbolic,
Sourcemap,
Proguard,
Jvm,
}

#[derive(Debug, Serialize, Deserialize, PartialEq, Clone)]
Expand Down
Loading