Skip to content
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

Fix(digests): Fix error with empty digests #29594

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

wedamija
Copy link
Member

We changed the return type of build_digest, but mypy missed this due to the return typing being
Any. Luckily this only caused us to throw errors on empty digests which couldn't send, and didn't
block any actual emails from going out.

Fixes SENTRY-SJD

We changed the return type of `build_digest`, but mypy missed this due to the return typing being
`Any`. Luckily this only caused us to throw errors on empty digests which couldn't send, and didn't
block any actual emails from going out.

Fixes SENTRY-SJD
@wedamija wedamija requested a review from a team October 26, 2021 22:56
@wedamija wedamija enabled auto-merge (squash) October 26, 2021 22:59
@wedamija wedamija merged commit 37d3b84 into master Oct 26, 2021
@wedamija wedamija deleted the danf/digests_fix_empty_records branch October 26, 2021 23:17
@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants