We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db96e46 commit ba99d03Copy full SHA for ba99d03
sentry_sdk/integrations/arq.py
@@ -199,7 +199,8 @@ def _sentry_create_worker(*args, **kwargs):
199
if isinstance(settings_cls, dict):
200
if "functions" in settings_cls:
201
settings_cls["functions"] = [
202
- _get_arq_function(func) for func in settings_cls.get("functions", [])
+ _get_arq_function(func)
203
+ for func in settings_cls.get("functions", [])
204
]
205
if "cron_jobs" in settings_cls:
206
settings_cls["cron_jobs"] = [
0 commit comments