Skip to content

Commit 34fb979

Browse files
authored
fix(.NET): Removed enable-tracing from options (#12585)
* removed 'enable-tracing' from option docs
1 parent 22b6968 commit 34fb979

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

docs/platforms/dotnet/common/configuration/options.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,6 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events
290290

291291
## Tracing Options
292292

293-
<ConfigKey name="enable-tracing">
294-
295-
A boolean value, if true, transactions and trace data will be generated and captured. This will set the `traces-sample-rate` to the recommended default of 1.0 if `traces-sample-rate` is not defined. Note that `traces-sample-rate` and `traces-sampler` take precedence over this option.
296-
297-
</ConfigKey>
298-
299293
<ConfigKey name="traces-sample-rate">
300294

301295
A number between 0 and 1, controlling the percentage chance a given transaction will be sent to Sentry. (0 represents 0% while 1 represents 100%.) Applies equally to all transactions created in the app. Either this or <PlatformIdentifier name="traces-sampler" /> must be defined to enable tracing.

docs/platforms/powershell/configuration/options.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,6 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events
164164

165165
## Tracing Options
166166

167-
<ConfigKey name="enable-tracing">
168-
169-
A boolean value, if true, transactions and trace data will be generated and captured. This will set the `traces-sample-rate` to the recommended default of 1.0 if `traces-sample-rate` is not defined. Note that `traces-sample-rate` and `traces-sampler` take precedence over this option.
170-
171-
</ConfigKey>
172-
173167
<ConfigKey name="traces-sample-rate">
174168

175169
A number between 0 and 1, controlling the percentage chance a given transaction will be sent to Sentry. (0 represents 0% while 1 represents 100%.) Applies equally to all transactions created in the app. Either this or <PlatformIdentifier name="traces-sampler" /> must be defined to enable tracing.

docs/platforms/unity/configuration/options.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,6 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events
264264

265265
## Tracing Options
266266

267-
<ConfigKey name="enable-tracing">
268-
269-
A boolean value, if true, transactions and trace data will be generated and captured. This will set the `traces-sample-rate` to the recommended default of 1.0 if `traces-sample-rate` is not defined. Note that `traces-sample-rate` and `traces-sampler` take precedence over this option.
270-
271-
</ConfigKey>
272-
273267
<ConfigKey name="traces-sample-rate">
274268

275269
A number between 0 and 1, controlling the percentage chance a given transaction will be sent to Sentry. (0 represents 0% while 1 represents 100%.) Applies equally to all transactions created in the app. Either this or <PlatformIdentifier name="traces-sampler" /> must be defined to enable tracing.

0 commit comments

Comments
 (0)