fix: Sentry app state null data to show null as value.#26522
Merged
hjetpoluru merged 2 commits intodevelopfrom Aug 29, 2024
Merged
fix: Sentry app state null data to show null as value.#26522hjetpoluru merged 2 commits intodevelopfrom
hjetpoluru merged 2 commits intodevelopfrom
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #26522 +/- ##
===========================================
+ Coverage 69.96% 70.09% +0.13%
===========================================
Files 1405 1413 +8
Lines 48996 49283 +287
Branches 13697 13786 +89
===========================================
+ Hits 34280 34544 +264
- Misses 14716 14739 +23 ☔ View full report in Codecov by Sentry. |
Collaborator
Builds ready [5b0d4c2]
Page Load Metrics (89 ± 14 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
|
Collaborator
Builds ready [39ade73]
Page Load Metrics (79 ± 9 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
itsyoboieltr
approved these changes
Aug 28, 2024
hjetpoluru
approved these changes
Aug 29, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Updating the sentry app state to show a null value when the data is null when the property is not masked.
Related issues
Fixes:
#25959
Manual testing steps
Run
this.stateHooks.getSentryAppState()in the console and check if the unmasked null values are stored as null.Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist