getsentry / getsentry/sentry-java
Improve Upsert support for check-ins
Đang mở
Checks
Improvement
Java
- Ngôn ngữ chính
- Kotlin
- Star
- 1.4k
- Fork
- 478
- Merge trung bình
- 2 ngày 22 giờ
- Pull request đã merge (30 ngày)
- 69
Mô tả
### 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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.