removed exra comment signs w/ burnettk

This commit is contained in:
jasquat 2022-10-27 15:39:38 -04:00
parent c63e9cf521
commit 50078b3084
1 changed files with 3 additions and 3 deletions

View File

@ -180,9 +180,9 @@ def handle_exception(exception: Exception) -> flask.wrappers.Response:
f"https://sentry.io/{organization_slug}/{project_slug}/events/{id}" f"https://sentry.io/{organization_slug}/{project_slug}/events/{id}"
) )
# # !!!NOTE!!!: do this after sentry stuff since calling logger.exception # !!!NOTE!!!: do this after sentry stuff since calling logger.exception
# # seems to break the sentry sdk context where we no longer get back # seems to break the sentry sdk context where we no longer get back
# # an event id or send out tags like username # an event id or send out tags like username
current_app.logger.exception(exception) current_app.logger.exception(exception)
# set api_exception like this to avoid confusing mypy # set api_exception like this to avoid confusing mypy