-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Improve Sentry diagnostic information #20449
Labels
Comments
Gudahtt
added
area-Sentry
error reporting to sentry
team-extension-platform
type-enhancement
labels
Aug 14, 2023
This was referenced Aug 14, 2023
Gudahtt
added a commit
that referenced
this issue
Aug 15, 2023
The masked wallet state object sent to Sentry has been updated to include the type of each property omitted from the mask. This lets us at least see the full state shape, making it easier to see when errors are caused by invalid state. Relates to #20449
8 tasks
8 tasks
Gudahtt
added a commit
that referenced
this issue
Aug 16, 2023
The masked wallet state object sent to Sentry has been updated to include the type of each property omitted from the mask. This lets us at least see the full state shape, making it easier to see when errors are caused by invalid state. Relates to #20449
Gudahtt
added a commit
that referenced
this issue
Aug 16, 2023
The masked wallet state object sent to Sentry has been updated to include the type of each property omitted from the mask. This lets us at least see the full state shape, making it easier to see when errors are caused by invalid state. Relates to #20449
Gudahtt
added a commit
that referenced
this issue
Aug 16, 2023
The masked wallet state object sent to Sentry has been updated to include the type of each property omitted from the mask. This lets us at least see the full state shape, making it easier to see when errors are caused by invalid state. Relates to #20449
This was referenced Aug 16, 2023
Gudahtt
added a commit
that referenced
this issue
Aug 16, 2023
The masked wallet state object sent to Sentry has been updated to include the type of each property omitted from the mask. This lets us at least see the full state shape, making it easier to see when errors are caused by invalid state. Relates to #20449
Gudahtt
added a commit
that referenced
this issue
Aug 16, 2023
* Add types of hidden properties to Sentry data The masked wallet state object sent to Sentry has been updated to include the type of each property omitted from the mask. This lets us at least see the full state shape, making it easier to see when errors are caused by invalid state. Relates to #20449 * Remove inconsistent state snapshot properties The state snapshot tests have been updated to exclude properties that were shown to differ between runs.
danjm
pushed a commit
that referenced
this issue
Aug 17, 2023
* Add types of hidden properties to Sentry data The masked wallet state object sent to Sentry has been updated to include the type of each property omitted from the mask. This lets us at least see the full state shape, making it easier to see when errors are caused by invalid state. Relates to #20449 * Remove inconsistent state snapshot properties The state snapshot tests have been updated to exclude properties that were shown to differ between runs.
danjm
pushed a commit
that referenced
this issue
Aug 17, 2023
* Add types of hidden properties to Sentry data The masked wallet state object sent to Sentry has been updated to include the type of each property omitted from the mask. This lets us at least see the full state shape, making it easier to see when errors are caused by invalid state. Relates to #20449 * Remove inconsistent state snapshot properties The state snapshot tests have been updated to exclude properties that were shown to differ between runs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently we've seen some confusing Sentry error reports, which seem to indicate that migrations have run successfully but the state remains in the pre-migration state. Currently the Sentry error reports don't provide enough information to determine what is happening here. We are going to improve the diagnostic information sent to Sentry to help investigate this problem.
Ensure Sentry mask is up-to-dateThe text was updated successfully, but these errors were encountered: