-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate all fields on an Event can be altered in an OnErrorCallback #2010
Validate all fields on an Event can be altered in an OnErrorCallback #2010
Conversation
Android notifier sizes
Generated by 🚫 Danger |
384e915
to
f7ccb2c
Compare
a6e836b
to
7481a34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be good to not clear out all of the data added before the callback, so that we check that the original data isn't accidentally manipulated
...java/com/bugsnag/android/mazerunner/scenarios/UnhandledExceptionEventDetailChangeScenario.kt
Outdated
Show resolved
Hide resolved
...java/com/bugsnag/android/mazerunner/scenarios/UnhandledExceptionEventDetailChangeScenario.kt
Outdated
Show resolved
Hide resolved
758e73a
to
d58a29a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… fields in an error callback
d58a29a
to
c1c6561
Compare
Goal
Validates all fields on an event can be altered in an OnErrorCallback.
Design
A new scenario to change all the changeable fields in an event and validated it in an end to end test
Testing
Introduce new end to end test