removed exra comment signs w/ burnettk
This commit is contained in:
parent
e26a91ff8c
commit
84c9f2d862
|
@ -180,9 +180,9 @@ def handle_exception(exception: Exception) -> flask.wrappers.Response:
|
|||
f"https://sentry.io/{organization_slug}/{project_slug}/events/{id}"
|
||||
)
|
||||
|
||||
# # !!!NOTE!!!: do this after sentry stuff since calling logger.exception
|
||||
# # seems to break the sentry sdk context where we no longer get back
|
||||
# # an event id or send out tags like username
|
||||
# !!!NOTE!!!: do this after sentry stuff since calling logger.exception
|
||||
# seems to break the sentry sdk context where we no longer get back
|
||||
# an event id or send out tags like username
|
||||
current_app.logger.exception(exception)
|
||||
|
||||
# set api_exception like this to avoid confusing mypy
|
||||
|
|
Loading…
Reference in New Issue