What is this about?
Sentry app state null data is showing as object, it should show as null.
When the value is null and the mask is false the type of the object that would be logged is 'object' and it would help us more to debug if we showed the 'null' instead
The solution was to create a ternary here that checks if the value is null, you can check the change here
Scenario
No response
Design
No response
Technical Details
No response
Threat Modeling Framework
No response
Acceptance Criteria
- Make sure this change doesn't break any tests (it's very likely it will)
Stakeholder review needed before the work gets merged
References
No response
What is this about?
Sentry app state null data is showing as object, it should show as null.
When the value is null and the mask is false the type of the object that would be logged is 'object' and it would help us more to debug if we showed the 'null' instead
The solution was to create a ternary here that checks if the value is null, you can check the change here
Scenario
No response
Design
No response
Technical Details
No response
Threat Modeling Framework
No response
Acceptance Criteria
Stakeholder review needed before the work gets merged
References
No response