Skip to content

Commit

Permalink
remove sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Aug 15, 2023
1 parent 4620577 commit 4f5376f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ zhconv==1.4.3
jinja2==3.1.2
coloredlogs==15.0.1
meilisearch==0.28.1
sentry-sdk==1.28.1
pillow==9.5.0
3 changes: 0 additions & 3 deletions yyetsweb/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
import threading
from zoneinfo import ZoneInfo

import sentry_sdk
import tornado.autoreload
from apscheduler.schedulers.background import BackgroundScheduler
from apscheduler.triggers.cron import CronTrigger
from sentry_sdk.integrations.tornado import TornadoIntegration
from tornado import httpserver, ioloop, options, web
from tornado.log import enable_pretty_logging

Expand Down Expand Up @@ -66,7 +64,6 @@
)
from handlers.user import LikeHandler, UserAvatarHandler, UserEmailHandler, UserHandler

sentry_sdk.init(dsn=os.getenv("DSN"), integrations=[TornadoIntegration()])
enable_pretty_logging()
setup_logger()

Expand Down

0 comments on commit 4f5376f

Please sign in to comment.