New

The executive guide to generative AI

Read more

Java Agent version 0.8.x

edit

0.8.0

edit

Breaking 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).
Was this helpful?
Feedback