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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

**Bug Fixes**:

- Normalize OS and Browser names in contexts when missing a version. ([#4957](https://github.com/getsentry/relay/pull/4957))

**Internal**:

- Emit outcomes for skipped large attachments on playstation crashes. ([#4862](https://github.com/getsentry/relay/pull/4862))
Expand Down
2 changes: 1 addition & 1 deletion py/tests/test_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_normalize_user_agent(must_normalize):
"version": "15.0.1",
"type": "browser",
},
"client_os": {"name": "Ubuntu", "type": "os"},
"client_os": {"name": "Ubuntu", "os": "Ubuntu", "type": "os"},
}
else:
assert "contexts" not in event
Expand Down
Loading
Loading