Fix handling immutable collections on SentryEvent and protocol objects - #1468
Conversation
|
worth doing the same with |
Codecov Report
@@ Coverage Diff @@
## main #1468 +/- ##
============================================
+ Coverage 75.62% 75.83% +0.21%
- Complexity 1908 1922 +14
============================================
Files 190 190
Lines 6551 6555 +4
Branches 659 659
============================================
+ Hits 4954 4971 +17
+ Misses 1280 1264 -16
- Partials 317 320 +3
Continue to review full report at Codecov.
|
|
|
marandaneto
left a comment
There was a problem hiding this comment.
if CI is happy, I am happy :)
Thanks @maciejwalkowiak
📜 Description
Fix handling immutable collections on SentryEvent and protocol objects. With this change, when immutable collection is set on any of
SentryEventfield, it is still possible to add more entries to this collection on the event.💡 Motivation and Context
Fixes #1357
💚 How did you test it?
Unit tests.
📝 Checklist