Skip to content

Commit 6d5ca18

Browse files
committed
fix(go): Update go cron to include the checkinId
References getsentry/sentry#92822
1 parent ab17445 commit 6d5ca18

File tree

1 file changed

+1
-0
lines changed
  • platform-includes/crons/setup

1 file changed

+1
-0
lines changed

platform-includes/crons/setup/go.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ checkinId := sentry.CaptureCheckIn(
117117
// 🟢 Notify Sentry your job has completed successfully:
118118
sentry.CaptureCheckIn(
119119
&sentry.CheckIn{
120+
ID: *checkinId,
120121
MonitorSlug: "<monitor-slug>",
121122
Status: sentry.CheckInStatusOK,
122123
},

0 commit comments

Comments
 (0)