From a0766e6a0100694434ddb2a4a895287806049ed8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 25 Feb 2022 11:45:45 -0800 Subject: more sentry config changes --- python/scripts/deliver_gwb_to_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/scripts/deliver_gwb_to_s3.py') 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) -- cgit v1.2.3