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
When using the newest version of the Python SDK on the sentry backend we get the following error:
name = "partial(<function " + receiver.func.__name__ + ">)" # type: ignore
AttributeError: __name__
This change gets the __name__ attribute in a very defensive way, to not raise any errors what so ever.
0 commit comments