mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2026-03-03 15:10:48 +01:00
9 lines
102 B
Python
9 lines
102 B
Python
import sentry_sdk
|
|
|
|
from core.config import env_config
|
|
|
|
|
|
sentry_sdk.init(
|
|
env_config.SENTRY_DSN,
|
|
)
|