Sebastián Ramírez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
backend/app/worker.py
|
@ -3,6 +3,7 @@ import sentry_sdk |
|
|
from app.core.celery_app import celery_app |
|
|
from app.core.celery_app import celery_app |
|
|
from app.core.config import settings |
|
|
from app.core.config import settings |
|
|
|
|
|
|
|
|
|
|
|
if settings.SENTRY_DSN: |
|
|
sentry_sdk.init(dsn=str(settings.SENTRY_DSN)) |
|
|
sentry_sdk.init(dsn=str(settings.SENTRY_DSN)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|