Skip to content

Commit 09ba420

Browse files
test: add Sentry capture_message to verify integration
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ca90b06 commit 09ba420

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/scripts/update_schedule.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
)
2424
sentry_sdk.set_tag("workflow", "update-schedule")
2525

26+
# TEST: send a message to verify Sentry is connected — remove after confirming
27+
sentry_sdk.capture_message("✅ Sentry connected to OSF update-schedule workflow", level="info")
28+
2629
REPO = "githubevents/open-source-friday"
2730
README_PATH = "README.md"
2831
START_MARKER = "<!-- SCHEDULE_START -->"

0 commit comments

Comments
 (0)