File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ A major release `N` implies the previous release `N-1` will no longer receive up
23
23
## Unreleased
24
24
25
25
- No longer set the last event id for transactions #1186
26
- - Added support for client reports #1181
26
+ - Added support for client reports (disabled by default for now) #1181
27
27
28
28
## 1.3.1
29
29
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def __init__(
76
76
traces_sampler = None , # type: Optional[TracesSampler]
77
77
auto_enabling_integrations = True , # type: bool
78
78
auto_session_tracking = True , # type: bool
79
- send_client_reports = True , # type: bool
79
+ send_client_reports = False , # type: bool
80
80
_experiments = {}, # type: Experiments # noqa: B006
81
81
):
82
82
# type: (...) -> None
You can’t perform that action at this time.
0 commit comments