Skip to content

Commit f7fab1f

Browse files
default to false
1 parent 77937e9 commit f7fab1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ def __init__(
906906
error_sampler=None, # type: Optional[Callable[[Event, Hint], Union[float, bool]]]
907907
enable_db_query_source=True, # type: bool
908908
db_query_source_threshold_ms=100, # type: int
909-
enable_http_request_source=True, # type: bool
909+
enable_http_request_source=False, # type: bool
910910
http_request_source_threshold_ms=100, # type: int
911911
spotlight=None, # type: Optional[Union[bool, str]]
912912
cert_file=None, # type: Optional[str]

0 commit comments

Comments
 (0)