Skip to content

Improve Upsert support for check-ins #2963

@adinauer

Description

@adinauer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions