Package io.sentry.spring.checkin
Annotation Interface SentryCheckIn
Sends a
CheckIn
for the annotated method.-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Whether to send only send heartbeat events.Monitor slug.Monitor slug.
-
Element Details
-
monitorSlug
Monitor slug. If not set, no check-in will be sent.- Returns:
- monitor slug
- Default:
- ""
-
heartbeat
boolean heartbeatWhether to send only send heartbeat events.A hearbeat check-in means there's no separate IN_PROGRESS check-in at the start of the jobs execution. Only the check-in after finishing the job will be sent.
- Returns:
- true if only heartbeat check-ins should be sent.
- Default:
- false
-
value
Monitor slug. If not set, no check-in will be sent.- Returns:
- monitor slug
- Default:
- ""
-