In sidekiq-cron, it is valid syntax to provide the timezone to the cronline (ie. '0 22 * * 1-5 America/Chicago'). Docs here
In Sentry, when we receive a check-in event with the timezone using the sidekiq_cron patcher, the check-in event gets dropped as invalid.
In the UI, the check-in payload looks like this -
We should handle these cases properly since it is valid syntax according to sidekiq-cron docs.
In sidekiq-cron, it is valid syntax to provide the timezone to the cronline (ie.
'0 22 * * 1-5 America/Chicago'). Docs hereIn Sentry, when we receive a check-in event with the timezone using the sidekiq_cron patcher, the check-in event gets dropped as invalid.
In the UI, the check-in payload looks like this -
We should handle these cases properly since it is valid syntax according to sidekiq-cron docs.