sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Improve Upsert support for check-ins

Open adinauer opened this issue 2 years ago • 0 comments

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 @Scheduled annotation on a task annotated with @SentryCheckIn and read schedule from there
  • Read schedule from Trigger in quartz
    • CRON expressions in quartz have a different syntax we'd need to support

adinauer avatar Oct 02 '23 05:10 adinauer