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

Introduce additional types of exceptions next to mechanism.handled exceptions #10

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update text/0010-exception-types.md
Co-authored-by: Manoel Aranda Neto <[email protected]>
  • Loading branch information
ueman and marandaneto committed Oct 7, 2022
commit 3485305ded4f5c2bbb4b669de02451013f878f64
1 change: 1 addition & 0 deletions text/0010-exception-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ This list might be incomplete
# Unresolved Questions

- Are there any other exception types next to the ones metioned in this RFC?
marandaneto marked this conversation as resolved.
Show resolved Hide resolved
ueman marked this conversation as resolved.
Show resolved Hide resolved
- When there's an unhandled exception, we'd automatically finish the transaction bound to the scope, but only if the app crashes (process termination)? See [issue](https://github.com/getsentry/develop/issues/443).