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 aa14164 commit 2f09638Copy full SHA for 2f09638
tests/integrations/httpx/test_httpx.py
@@ -647,8 +647,8 @@ def test_request_source_if_duration_over_threshold(
647
sentry_init(
648
integrations=[HttpxIntegration()],
649
traces_sample_rate=1.0,
650
- enable_db_query_source=True,
651
- db_query_source_threshold_ms=100,
+ enable_http_request_source=True,
+ http_request_source_threshold_ms=100,
652
)
653
654
events = capture_events()
0 commit comments