aboutsummaryrefslogtreecommitdiffstats
path: root/python/ingest_tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/ingest_tool.py')
-rwxr-xr-xpython/ingest_tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ingest_tool.py b/python/ingest_tool.py
index 7866630..a155842 100755
--- a/python/ingest_tool.py
+++ b/python/ingest_tool.py
@@ -218,7 +218,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)