Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
19dc4cc
feat(nel): Update attributes & human readable messages
armenzg Jun 27, 2025
2dd1603
Reduce function & add more unit tests
armenzg Jun 27, 2025
94791cc
Fix known issues
armenzg Jun 27, 2025
c2b3a1c
Few more changes
armenzg Jun 27, 2025
29b509b
to_owned()
armenzg Jun 27, 2025
fe51ff3
Use url crate
armenzg Jun 27, 2025
aa3d5da
Combine tests
armenzg Jun 27, 2025
e4a24c5
Update test cases
armenzg Jun 27, 2025
52e687f
Use hash map
armenzg Jun 27, 2025
6b3cc08
Comment changes
armenzg Jun 27, 2025
7988d2a
Use insta
armenzg Jun 27, 2025
0ef971e
Simple function
armenzg Jun 27, 2025
af0ede0
Add feedback from meeting
armenzg Jun 27, 2025
5c20a0e
Update tests
armenzg Jun 27, 2025
84f5764
Update the tests
armenzg Jun 27, 2025
0b57116
Use warning
armenzg Jun 27, 2025
20f01d3
Use nel.* instead of browser.nel.*
armenzg Jun 30, 2025
0135586
Adjust info/warning and prefix
armenzg Jun 30, 2025
dc7be6b
Adjust tests
armenzg Jun 30, 2025
5c6cb90
Add trace_id back
armenzg Jun 30, 2025
b469496
Fix urls warnings
armenzg Jun 30, 2025
aa87a61
Fix integration tests
armenzg Jun 30, 2025
e2f0192
Add changelog
armenzg Jun 30, 2025
8276bd6
Apply suggestion from @seer-by-sentry[bot]
armenzg Jun 30, 2025
a8b570e
Apply suggestion from @seer-by-sentry[bot]
armenzg Jun 30, 2025
bcb7d10
Apply suggestions
armenzg Jul 1, 2025
363502a
Simplify code
armenzg Jul 1, 2025
c006ce2
Apply suggestions from code review
armenzg Jul 2, 2025
a8bcb75
Use let & multi-line
armenzg Jul 2, 2025
e54fef7
Use trace id
armenzg Jul 2, 2025
1cb72ef
Make trace_id unchanging
armenzg Jul 2, 2025
f29b117
Fix changelog
armenzg Jul 2, 2025
f7778ec
Merge branch 'master' into nel/attributes/armenzg
armenzg Jul 3, 2025
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 @@ -18,6 +18,7 @@
- Remember accepted/ingested bytes for log outcomes. ([#4886](https://github.com/getsentry/relay/pull/4886))
- Add `gen_ai.response.tokens_per_second` span attribute on AI spans. ([#4883](https://github.com/getsentry/relay/pull/4883))
- Add support for playstation data requests. ([#4870](https://github.com/getsentry/relay/pull/4870))
- Expand the NEL attributes & others. ([#4874](https://github.com/getsentry/relay/pull/4874))

## 25.6.2

Expand Down
Loading
Loading