Skip to content

Commit

Permalink
Add missing sentry sdk import
Browse files Browse the repository at this point in the history
Issue #6
  • Loading branch information
agxs committed May 14, 2021
1 parent e95f2ec commit 972132b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nbexchange/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from datetime import datetime
from getpass import getuser

import sentry_sdk
from jupyterhub.log import CoroutineLogFormatter, log_request
from jupyterhub.utils import url_path_join
from sentry_sdk.integrations.tornado import TornadoIntegration
Expand Down

0 comments on commit 972132b

Please sign in to comment.