Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix signals problem on sentry.io (#1732)
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.
- Loading branch information
a5ee1bd
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.
Successfully deployed to the following URLs:
sentry-python – ./
sentry-python.vercel.app
sentry-python-sdk-rangers.vercel.app
sentry-python-git-master-sdk-rangers.vercel.app