Skip to content

Commit

Permalink
empty period for 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardgou-sentry committed Dec 10, 2024
1 parent ebff99b commit 6296ae9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ const MOST_EAP_TIME_PERIOD = [
];

const EAP_AVAILABLE_TIME_PERIODS = {
[TimeWindow.ONE_MINUTE]: [], // One minute intervals are not allowed on EAP Alerts
[TimeWindow.FIVE_MINUTES]: MOST_EAP_TIME_PERIOD,
[TimeWindow.TEN_MINUTES]: MOST_EAP_TIME_PERIOD,
[TimeWindow.FIFTEEN_MINUTES]: MOST_EAP_TIME_PERIOD,
Expand Down

0 comments on commit 6296ae9

Please sign in to comment.