diff options
Diffstat (limited to 'python/sandcrawler_worker.py')
-rwxr-xr-x | python/sandcrawler_worker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler_worker.py b/python/sandcrawler_worker.py index 0164943..aebcbe1 100755 --- a/python/sandcrawler_worker.py +++ b/python/sandcrawler_worker.py @@ -486,7 +486,7 @@ def main(): except Exception: print("failed to configure git revision", file=sys.stderr) GIT_REVISION = None - sentry_sdk.Client(release=GIT_REVISION, environment=args.env, max_breadcrumbs=10) + sentry_sdk.init(release=GIT_REVISION, environment=args.env, max_breadcrumbs=10) args.func(args) |