bugsnag / bugsnag-python

Official BugSnag error monitoring and error reporting for django, flask, tornado and other python apps.
https://docs.bugsnag.com/platforms/python/
MIT License
84 stars 42 forks source link

Ignore nested classes #342

Closed 0HyperCube closed 1 year ago

0HyperCube commented 1 year ago

Goal

The ignore classes does not account for nested classes

Design

Check both the legacy partly_qualified_class_name and the new fully_qualified_class_name based on __qualname__ for backwards compatibility.

Changeset

Testing

New test to check matching the fully qualified class name.