You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/apple/common/configuration/options.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,12 +242,6 @@ The callback typically gets a second argument (called a "hint") which contains t
242
242
243
243
## Tracing Options
244
244
245
-
<ConfigKey name="enable-tracing">
246
-
247
-
A boolean value, if true, transactions and trace data will be generated and captured. This will set the <PlatformIdentifier name="traces-sample-rate" /> to the recommended default of 1.0 if <PlatformIdentifier name="traces-sample-rate" /> is not defined. Note that <PlatformIdentifier name="traces-sample-rate" /> and <PlatformIdentifier name="traces-sampler" /> take precedence over this option.
248
-
249
-
</ConfigKey>
250
-
251
245
<ConfigKey name="traces-sample-rate">
252
246
253
247
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.
Copy file name to clipboardExpand all lines: docs/platforms/dart/configuration/options.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,12 +199,6 @@ Switches out the transport used to send events. How this works depends on the SD
199
199
200
200
## Tracing Options
201
201
202
-
<ConfigKeyname="enable-tracing">
203
-
204
-
A boolean value, if true, transactions and trace data will be generated and captured. This will set the <PlatformIdentifiername="traces-sample-rate" /> to the recommended default of 1.0 if <PlatformIdentifiername="traces-sample-rate" /> is not defined. Note that <PlatformIdentifiername="traces-sample-rate" /> and <PlatformIdentifiername="traces-sampler" /> take precedence over this option.
205
-
206
-
</ConfigKey>
207
-
208
202
<ConfigKeyname="traces-sample-rate">
209
203
210
204
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 <PlatformIdentifiername="traces-sampler" /> must be defined to enable tracing.
Copy file name to clipboardExpand all lines: docs/platforms/flutter/configuration/options.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,12 +234,6 @@ Switches out the transport used to send events. How this works depends on the SD
234
234
235
235
## Tracing Options
236
236
237
-
<ConfigKeyname="enable-tracing">
238
-
239
-
A boolean value, if true, transactions and trace data will be generated and captured. This will set the <PlatformIdentifiername="traces-sample-rate" /> to the recommended default of 1.0 if <PlatformIdentifiername="traces-sample-rate" /> is not defined. Note that <PlatformIdentifiername="traces-sample-rate" /> and <PlatformIdentifiername="traces-sampler" /> take precedence over this option.
240
-
241
-
</ConfigKey>
242
-
243
237
<ConfigKeyname="traces-sample-rate">
244
238
245
239
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 <PlatformIdentifiername="traces-sampler" /> must be defined to enable tracing.
Copy file name to clipboardExpand all lines: docs/platforms/react-native/configuration/options.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,12 +241,6 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events
241
241
242
242
## Tracing Options
243
243
244
-
<ConfigKeyname="enable-tracing">
245
-
246
-
A boolean value, if true, transactions and trace data will be generated and captured. This will set the <PlatformIdentifiername="traces-sample-rate" /> to the recommended default of 1.0 if <PlatformIdentifiername="traces-sample-rate" /> is not defined. Note that <PlatformIdentifiername="traces-sample-rate" /> and <PlatformIdentifiername="traces-sampler" /> take precedence over this option.
247
-
248
-
</ConfigKey>
249
-
250
244
<ConfigKeyname="traces-sample-rate">
251
245
252
246
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 <PlatformIdentifiername="traces-sampler" /> must be defined to enable tracing.
0 commit comments