Java Agent version 0.8.xedit

0.8.0edit

Breaking changesedit
  • Wildcard patterns are case insensitive by default. Prepend (?-i) to make the matching case sensitive.
Featuresedit
  • Wildcard patterns are now not limited to only one wildcard in the middle and can be arbitrarily complex now. Example: *foo*bar*baz.
  • Support for JAX-RS annotations. Transactions are named based on your resources (ResourceClass#resourceMethod).