Skip to content

Commit

Permalink
sdfdsf
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemumma committed Dec 31, 2024
1 parent bd48342 commit 6a41775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snuba/web/rpc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def run_rpc_handler(
except (RPCRequestException, QueryException) as e:
return convert_rpc_exception_to_proto(e)
except Exception as e:
sentry_sdk.capture_exception(e)
return convert_rpc_exception_to_proto(
RPCRequestException(
status_code=500,
Expand Down

0 comments on commit 6a41775

Please sign in to comment.