getsentry / getsentry/sentry-java
Improve Upsert support for check-ins
Aperta
Checks
Improvement
Java
- Lingua principale
- Kotlin
- Stelle
- 1.4k
- Fork
- 478
- Merge medio
- 2g 23h
- PR unite (30g)
- 67
Descrizione
### 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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.