diff --git a/src/blaxel/core/common/sentry.py b/src/blaxel/core/common/sentry.py index d253882..e2ed9d2 100644 --- a/src/blaxel/core/common/sentry.py +++ b/src/blaxel/core/common/sentry.py @@ -36,6 +36,8 @@ KeyboardInterrupt, # User interrupt (Ctrl+C) SystemExit, # Program exit CancelledError, # Async task cancellation + KeyError, # Normal control flow for dict-like __getitem__ + AttributeError, # Normal control flow for hasattr/getattr patterns ) # Optional dependencies that may not be installed - import errors for these are expected