Skip to content
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

fix(observatory): better glean error keys #11597

Merged
merged 2 commits into from
Aug 6, 2024
Merged

Conversation

argl
Copy link
Contributor

@argl argl commented Aug 5, 2024

Summary

Display the full individual error message to the user but use generic error names/codes for glean telemetry.

(MP-1397)

Problem

Glean telemetry included the site name that failed to look up, which is not what we want in terms of error clasification.

Solution

Use the existing error names that get sent ofrom the backend to construct the glean payload.

How did you test this change?

Locally and on stage.

@argl argl marked this pull request as ready for review August 5, 2024 19:55
@argl argl requested a review from a team as a code owner August 5, 2024 19:55
Copy link
Member

@LeoMcA LeoMcA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! lgtm

@argl argl merged commit 985a416 into main Aug 6, 2024
14 checks passed
@argl argl deleted the MP-1397-obs-glean-error-handling branch August 6, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants