Java Agent version 0.8.x
editJava Agent version 0.8.x
edit0.8.0
editBreaking changes
edit-
Wildcard patterns are case insensitive by default. Prepend
(?-i)
to make the matching case sensitive.
Features
edit-
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
).