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 ecd6c53 commit 69d6130Copy full SHA for 69d6130
docs/platforms/go/common/configuration/options.mdx
@@ -23,8 +23,8 @@ type ClientOptions struct {
23
// 0.0 is treated as if it was 1.0. To drop all events, set the DSN to the
24
// empty string.
25
SampleRate float64
26
- // Enable structured logging.
27
- EnableLogs bool
+ // Enable structured logging.
+ EnableLogs bool
28
// Enable performance tracing.
29
EnableTracing bool
30
// The sample rate for sampling traces in the range [0.0, 1.0].
0 commit comments