You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #870 is causing application names to include single quotes at beginning and end, i.e.
my-app
is now
'my-app'
This is considered a new application name by AppDynamics so breaks any monitoring based on previous application name without quotes.
The PR #870 is causing application names to include single quotes at beginning and end, i.e.
my-app
is now
'my-app'
This is considered a new application name by AppDynamics so breaks any monitoring based on previous application name without quotes.