https://forge.softwareheritage.org/source/swh-scheduler.git
Revision f6cc23122ec469351cd13a6126cb54d70abb5d91 authored by Antoine R. Dumont (@ardumont) on 23 January 2020, 13:21:21 UTC, committed by Antoine R. Dumont (@ardumont) on 23 January 2020, 13:21:21 UTC
Api wise, the `sentry_dsn` is expected to be passed as first parameter. Which
in the scheduler's case is not set yet. Forcing it to None for now.
1 parent 0712207
Raw File
Tip revision: f6cc23122ec469351cd13a6126cb54d70abb5d91 authored by Antoine R. Dumont (@ardumont) on 23 January 2020, 13:21:21 UTC
sentry: Fix initialization init_sentry call
Tip revision: f6cc231
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
*.egg-info/
build/
dist/
version.txt
/.hypothesis/
/.tox/
.mypy_cache/
back to top