aboutsummaryrefslogtreecommitdiffstats
path: root/python/scripts/deliver_gwb_to_s3.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-02-25 11:45:45 -0800
committerBryan Newbold <bnewbold@archive.org>2022-02-25 11:45:45 -0800
commita0766e6a0100694434ddb2a4a895287806049ed8 (patch)
treec4661f29c3962f1db3fd02867ebce07d642c0bab /python/scripts/deliver_gwb_to_s3.py
parent681eb8028f3e99796978288dcd10653909281f40 (diff)
downloadsandcrawler-a0766e6a0100694434ddb2a4a895287806049ed8.tar.gz
sandcrawler-a0766e6a0100694434ddb2a4a895287806049ed8.zip
more sentry config changes
Diffstat (limited to 'python/scripts/deliver_gwb_to_s3.py')
-rwxr-xr-xpython/scripts/deliver_gwb_to_s3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/scripts/deliver_gwb_to_s3.py b/python/scripts/deliver_gwb_to_s3.py
index 644b134..6f37ede 100755
--- a/python/scripts/deliver_gwb_to_s3.py
+++ b/python/scripts/deliver_gwb_to_s3.py
@@ -202,7 +202,7 @@ def main():
)
args = parser.parse_args()
- sentry_sdk.Client()
+ sentry_sdk.init()
worker = DeliverGwbS3(**args.__dict__)
worker.run(args.manifest_file)