Skip to content

Commit

Permalink
Merge pull request #13036 from PennyDreadfulMTG/revert-13035-versions
Browse files Browse the repository at this point in the history
Revert "Disable sentry for now as we're not currently using it"
  • Loading branch information
mergify[bot] committed Aug 24, 2024
2 parents f5d5492 + db196ce commit aa96b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared_web/flask_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
from github.GithubException import GithubException
from werkzeug import exceptions, wrappers

from shared import configuration, logger, repo
from shared import configuration, logger, repo, sentry
from shared.pd_exception import DoesNotExistException

from . import api, localization, oauth
from .api import generate_error, return_json
from .views import InternalServerError, NotFound, Unauthorized

# sentry.init()
sentry.init()

class PDFlask(Flask):
def __init__(self, import_name: str) -> None:
Expand Down

0 comments on commit aa96b71

Please sign in to comment.