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
Fix regex pattern to match exception names with alphanumeric characters and underscores in sentry_tools.py
The regular expression pattern used to find exceptions in strings has been updated to include alphanumeric characters and underscores. This ensures that exceptions with names like "pony_orm.core.TransactionIntegrityError" are correctly matched.
Also, added test cases for strings that should not be matched in test_sentry_tools.py.
0 commit comments