sentry-java
sentry-java copied to clipboard
Improve Upsert support for check-ins
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