Skip to content

Commit

Permalink
ref(crons): Move "Allow Sampling" after body (#81202)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored and evanh committed Nov 25, 2024
1 parent 8945d01 commit 93bea4d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions static/app/views/alerts/rules/uptime/uptimeAlertForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,6 @@ export function UptimeAlertForm({project, handleDelete, rule}: Props) {
label={t('Headers')}
flexibleControlStateSize
/>
<BooleanField
name="traceSampling"
label={t('Allow Sampling')}
showHelpInTooltip
help={t(
'Allows uptime checks to trigger traces if the checked service is configured with a Sentry SDK.'
)}
flexibleControlStateSize
/>
<TextareaField
name="body"
label={t('Body')}
Expand All @@ -238,6 +229,15 @@ export function UptimeAlertForm({project, handleDelete, rule}: Props) {
placeholder='{"key": "value"}'
flexibleControlStateSize
/>
<BooleanField
name="traceSampling"
label={t('Allow Sampling')}
showHelpInTooltip
help={t(
'Allows uptime checks to trigger traces if the checked service is configured with a Sentry SDK.'
)}
flexibleControlStateSize
/>
</ConfigurationPanel>
<Observer>
{() => (
Expand Down

0 comments on commit 93bea4d

Please sign in to comment.