We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bc81c commit d50cf3fCopy full SHA for d50cf3f
2 files changed
CHANGELOG.md
@@ -23,7 +23,7 @@ A major release `N` implies the previous release `N-1` will no longer receive up
23
## Unreleased
24
25
- No longer set the last event id for transactions #1186
26
-- Added support for client reports #1181
+- Added support for client reports (disabled by default for now) #1181
27
28
## 1.3.1
29
sentry_sdk/consts.py
@@ -76,7 +76,7 @@ def __init__(
76
traces_sampler=None, # type: Optional[TracesSampler]
77
auto_enabling_integrations=True, # type: bool
78
auto_session_tracking=True, # type: bool
79
- send_client_reports=True, # type: bool
+ send_client_reports=False, # type: bool
80
_experiments={}, # type: Experiments # noqa: B006
81
):
82
# type: (...) -> None
0 commit comments