docs icon indicating copy to clipboard operation
docs copied to clipboard

Fix contrast.appname

Open sourabhkatti opened this issue 7 years ago • 2 comments

The -Dcontrast.appname property is deprecated, we should change them to -Dcontrast.standalone.appname or -Dcontrast.override.appname, whichever is correct for the situation. I guessed which property would work but someone with more experience with these frameworks should verify my suggestions are correct.

sourabhkatti avatar Jun 15 '18 18:06 sourabhkatti

@sourabhkatti Is this ready to go? @gilday is a reviewer. I am, too. Looks like no one signed off yet, but we'd like to clean up this PR, if possible. Copying @terra4383

evamill avatar Dec 05 '19 19:12 evamill

We're inconsistently using "standalone" and "override", and we're using the legacy property names instead of the new names. We should always use the new, standalone property. As a system property, it is -Dcontrast.agent.java.standalone_app_name

gilday avatar Dec 05 '19 19:12 gilday