Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Explicitly export cron symbols for typecheckers (#3072)
Mypy with no_implicit_reexport = true does not see the symbols in sentry_sdk.crons as exported: my_file.py:10: error: Module "sentry_sdk.crons" does not explicitly export attribute "monitor" [attr-defined] Adding the symbols to __all__ marks them as exported and silences the error.
- Loading branch information