Skip to content

Adds support for skipping paths

Compare
Choose a tag to compare
@AlexeySoshin AlexeySoshin released this 19 Dec 12:50
· 12 commits to master since this release
[GETT-37133] Add Skip Paths option (#6)

* Improve readme

* Parse skip paths configuration

* Don't start NR transaction if path is in skip list

* Document new settings

* goimports

* Remove alias

* Goimports

* goimport correct file

* Add support for wildcard prefix

* Check for wildcard using contains

* Document new matching behaviour in Readme