getsentry / getsentry/sentry-java
Improve Upsert support for check-ins
Offen
Checks
Improvement
Java
- Vorherrschende Sprache
- Kotlin
- Sterne
- 1.4k
- Forks
- 478
- Ø Merge
- 2 T. 22 Std.
- Gemergte PRs (30 T.)
- 69
Beschreibung
### 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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.