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

Drop sending chromeos errors to sentry #2293

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gunnarvelle
Copy link
Member

Var masse nye feil i sentry som ser ut til å komme fra chromeos.

@gunnarvelle gunnarvelle requested a review from a team January 3, 2025 13:25
@gunnarvelle gunnarvelle requested review from jnatten and a team January 6, 2025 13:27
@@ -16,26 +16,46 @@ const isInformationalError = (exception: unknown): boolean => {
};

const sentryIgnoreErrors = [
// Network problems
"Failed to fetch",
Copy link
Contributor

Choose a reason for hiding this comment

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

Kan ikke denne bli litt "catch-all"-y?
Ser for meg at vi kunne laget en feil som er "Failed to fetch xyz because of this and that" som ikke ville blitt med siden denne fanger alle feil som inneholder denne teksten?

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