Feature: Custom exception handler #2509
benedikt-bartscher
announced in
Ideas
Replies: 1 comment 6 replies
-
okay so this is what I tried:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently reflex catches all exceptions during the execution of event handlers, and just uses
print()
to dump them to the console. Could we maybe add a config option to register a simple function which handles exeptions? Users could them f.e. ignore some exceptions, reraise others, or pass everything to a tracing system like sentry.Beta Was this translation helpful? Give feedback.
All reactions