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(serverless): Don't mark all errors as unhandled #9368

Merged
merged 2 commits into from
Oct 25, 2023

Conversation

AbhiPrasad
Copy link
Member

Given we merged in #8907, we can now remove the global handlers that indiscriminately tags all events as unhandled.

fixes #5408

Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

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

Nice!

@AbhiPrasad AbhiPrasad merged commit 39ba7d4 into develop Oct 25, 2023
47 checks passed
@AbhiPrasad AbhiPrasad deleted the abhi-fix-serverless-handled branch October 25, 2023 15:12
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.

Caught/Handled exceptions are always being logged as unhandled (@sentry/serverless)
2 participants