feat: Add Sentry error tracking to mas2ff2.py
This commit is contained in:
parent
bcbc299167
commit
7b7d41d279
@ -6,6 +6,11 @@ import re
|
||||
from datetime import datetime
|
||||
from loguru import logger
|
||||
import os
|
||||
import sentry_sdk
|
||||
|
||||
sentry_sdk.init(
|
||||
dsn="https://c42de79f364a12228f184bc54fec4dfd@o4506942768021504.ingest.us.sentry.io/4506982441615360",
|
||||
)
|
||||
|
||||
# cookie = "u=%7EBVoC1S9tgw4; uuid=24edfe42401cbb03cf1f.1676446846.20; PHPSESSID=4ev7ef0f9cim18lrest8l52kn6; m=looo.ching%40gmail.com; tgw_l7_route=f174d6f255742a6ee2e9a07cf9cca0fa"
|
||||
# token = "9927e23b"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user