Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(crons): Fix KeyError in capture_checkin if SDK is not initialized (…
…#2073) When Sentry SDK was not initialized, any calls to capture_checkin() raised a KeyError. This made all calls to functions decorated with @sentry_sdk.monitor() fail, because capture_checkin() is always called within the decorator. Co-authored-by: Jan Smitka <jan.smitka@lynt.cz>
- Loading branch information