Skip to content

Commit b653fe6

Browse files
committed
Added traces_sample_rate_cli & profiles_sample_rate environment to system.xml
1 parent 905aed3 commit b653fe6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

etc/adminhtml/system.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,20 @@
135135
<field id="enabled">1</field>
136136
</depends>
137137
</field>
138+
<field id="traces_sample_rate_cli" translate="label" type="text" sortOrder="10" showInDefault="1" showInStore="1" showInWebsite="1" canRestore="1">
139+
<label>CLI Tracing Sample Rate</label>
140+
<validate>validate-not-negative-number validate-number</validate>
141+
<depends>
142+
<field id="enabled">1</field>
143+
</depends>
144+
</field>
145+
<field id="profiles_sample_rate" translate="label" type="text" sortOrder="10" showInDefault="1" showInStore="1" showInWebsite="1" canRestore="1">
146+
<label>Profile Sample Rate</label>
147+
<validate>validate-not-negative-number validate-number</validate>
148+
<depends>
149+
<field id="enabled">1</field>
150+
</depends>
151+
</field>
138152
</group>
139153
<group id="issue_grouping" translate="label" type="text" sortOrder="30" showInDefault="1" showInStore="0" showInWebsite="0" canRestore="1">
140154
<label>Sentry issue grouping</label>

0 commit comments

Comments
 (0)