You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change Event's runtime value to typing.Any, since the previous value of None caused the expression Event | None to result in a TypeError at runtime, even when the Event | None expression was used as a type hint. Also, add a test to make sure we don't reintroduce this bug.
FixesGH-2926
How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.44.0
Steps to Reproduce
See #2909 (comment). Simply running the code (i.e. with
python
notpytest
) also causes the problem.Expected Result
No error
Actual Result
The text was updated successfully, but these errors were encountered: