Commit b09169e
authored
fix(docs): Fix docstring for
There is an SDK option, `enabled` (referring to the SDK as a whole), which we don't document other than including it in the types. In the types docstring, we currently claim that setting it to `false` will remove any SDK overhead, but this isn't entirely true. (See #4051 for more details). Whether or not this is ideal behavior is a larger question, but for the moment, this changes the docstring to match reality.enabled option (#4052)1 parent 7496f0a commit b09169e
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments