From 268b6c218c05389062ec4ed2268b6e4a98fd27f6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 25 Feb 2022 11:52:20 -0800 Subject: importer: hotfix for sentry config error --- python/fatcat_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_import.py') diff --git a/python/fatcat_import.py b/python/fatcat_import.py index d9f049ae..f502d4ed 100755 --- a/python/fatcat_import.py +++ b/python/fatcat_import.py @@ -1019,7 +1019,7 @@ def main() -> None: # token is an optional kwarg (can be empty string, None, etc) token=os.environ.get(args.auth_var), ) - sentry_sdk.init(environment=args.env) + sentry_sdk.init() args.func(args) -- cgit v1.2.3