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 d0f8d98 commit a7b3136Copy full SHA for a7b3136
sentry_sdk/integrations/aiohttp.py
@@ -183,7 +183,7 @@ def init(*args, **kwargs):
183
if hub.get_integration(AioHttpIntegration) is None:
184
return old_client_session_init(*args, **kwargs)
185
186
- client_trace_configs = list(kwargs.get("trace_configs", ()))
+ client_trace_configs = list(kwargs.get("trace_configs") or ())
187
trace_config = create_trace_config()
188
client_trace_configs.append(trace_config)
189
0 commit comments