### Environment SaaS (https://sentry.io/) ### Steps to Reproduce ```py # SENTRY_AUTH_TOKEN env var is set from sentry_sdk.crons import monitor @monitor('<monitor-slug>') def main(): ... if __name__ == '__main__': main() ``` ### Expected Result Check-in should show up in the UI under the monitor's detail page. ### Actual Result The monitor function creates the check-in and runs the script successfully, but that check-in does not show up under the monitor's detail page. ### Product Area Crons ### Link _No response_ ### DSN _No response_ ### Version _No response_