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 0152918 commit 5fde9d6Copy full SHA for 5fde9d6
tests/integrations/aiohttp/test_aiohttp.py
@@ -911,8 +911,8 @@ async def test_request_source_if_duration_over_threshold(
911
sentry_init(
912
integrations=[AioHttpIntegration()],
913
traces_sample_rate=1.0,
914
- enable_db_query_source=True,
915
- db_query_source_threshold_ms=100,
+ enable_http_request_source=True,
+ http_request_source_threshold_ms=100,
916
)
917
918
# server for making span request
0 commit comments