-
-
Notifications
You must be signed in to change notification settings - Fork 465
Open
Labels
Description
Problem Statement
Upserts are currently only available when manually using Sentry.captureCheckIn()
Solution Brainstorm
- A new param for
CheckInUtils.withCheckIn() - Check if there's a
@Scheduledannotation on a task annotated with@SentryCheckInand read schedule from there - Read schedule from
Triggerin quartz- CRON expressions in quartz have a different syntax we'd need to support
Reactions are currently unavailable