getsentry / getsentry/sentry-java

Improve Upsert support for check-ins

Ouverte
#2,963 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Checks Improvement Java
Langage dominant
Kotlin
Étoiles
1.4k
Forks
478
Merge moyen
2 j 23 h
PR mergées (30 j)
67

Description

### 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

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.