Java Agent application_packages wildcard allowed?

Is it allowed to use:

application_packages=asdf.*

Thanks

Hi and thanks for using our agent :slight_smile:

No need for a wildcard at the end of the package, as you did, because the checks are done through startsWith, so just pick the root package you want to trace, as in application_packages=asdf.
This also means that wildcards are not allowed inside the package names.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.