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
feat: add ignoreTransactions and ignoreErrors` #1391 (#2207)
* Add ignoreTransactions and ignoreErrors #1391
* chore: add changelog entry
* move methods from sentry_options to sentry_client and change to private
* change discard reason to ignored
Co-authored-by: Giancarlo Buenaflor <[email protected]>
* change iterable to list
* add event recorder to ignoredTransactions
* add tests for ignoreTransactions
* set ignoreErrors list to empty list a default
Co-authored-by: Giancarlo Buenaflor <[email protected]>
* change variables to final for ignoreTransaction
Co-authored-by: Giancarlo Buenaflor <[email protected]>
* change var to final for ignoreErrors and adapt test
* Update CHANGELOG.md
Co-authored-by: Giancarlo Buenaflor <[email protected]>
* Add example for ignoreTransactions and ignoreErrors to changelog
* fix: check for empty ignoreError and ignoreTransaction before handling regex
* moved ignoreTransactions and ignoreErrors back to unreleased area in CHANGELOG.md
* refactored implementation of ignoreErrors and ignoreTransactions and improved test cases
* removed unnecessary backslash from tests
---------
Co-authored-by: Martin <>
Co-authored-by: Martin <[email protected]>
Co-authored-by: Giancarlo Buenaflor <[email protected]>
0 commit comments