Skip to content

Commit b5ae041

Browse files
authored
Clean up Symfony options (#12375)
1 parent 3265ef6 commit b5ae041

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,6 @@ The maximum execution time, in seconds, for the request+response as a whole. The
226226

227227
## Tracing Options
228228

229-
<ConfigKey name="enable-tracing">
230-
231-
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.
232-
233-
</ConfigKey>
234-
235229
<ConfigKey name="traces-sample-rate">
236230

237231
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/php/guides/symfony/configuration/symfony-options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ sentry:
2121
prefixes:
2222
- "/local_dir/"
2323
sample_rate: 1
24-
enable_tracing: true
2524
traces_sample_rate: 1
2625
traces_sampler: "sentry.callback.traces_sampler"
26+
profiles_sample_rate: 1
2727
attach_stacktrace: true
2828
attach_metric_code_locations: true
2929
context_lines: 5

0 commit comments

Comments
 (0)