feat: Add Sentry error tracking TUN-39
This commit is contained in:
parent
57f7faf4fb
commit
9e9732d406
@ -5,6 +5,12 @@ from loguru import logger
|
||||
import dota
|
||||
import utils
|
||||
|
||||
import sentry_sdk
|
||||
|
||||
sentry_sdk.init(
|
||||
dsn="https://272f1e4ecb3847ac8d24be796515e558@o4506942768021504.ingest.us.sentry.io/4506986058743808",
|
||||
)
|
||||
|
||||
|
||||
# formatter = logging.Formatter('%(levelname)s %(name)s %(asctime)s %(message)s', '%Y-%m-%d %H:%M:%S')
|
||||
# log_handler = logging.FileHandler(utils.logger_file)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user