-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat(ci): Run type checking on Sentry #456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| run: | | ||
| cd sentry | ||
| python -m tools.fast_editable --path . | ||
| sentry init |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should not be needed just for typechecking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without this step, the sentry package is missing in uv for some reason and there would be a ModuleNotFoundError for the sentry module when running type check.
|
making sure CI passes with latest main changes before merging |
|
Sentry typecheck failing example/test: https://github.com/getsentry/sentry-kafka-schemas/actions/runs/19307754659/job/55219632954 |
Refs STREAM-547