-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command line app is not tracked #211
Comments
Hi Kolesar, Thank for the report, I personnaly use the Could you, please, help us by "debugging your application by adding "logs" or "dumps" in the
And check if those 2 methods are called with the right parameters. I also notice that you open issue in Monolog's repository, did you configured the Monolog Handler with an other application name ? Or are you sending logs with a context containing the keys |
@Kolesar you will attempt to set config "using_symfony_cache: true" in node http. It is work for me. |
did it worked? @Kolesar |
My configuration is like:
In the New Relic dashboard I see this "Service Name" name in the Application list, but, all transaction are tracked under default name from the newrelic.ini file.
My application is the console one and unfortunately, I see there only main command:
bin/console
nothing deeper which command exactly is run, becausebin/console
has arguments, of course, and it is multiprocessing application.I'm new with New Relic and do not know how it works in details. Any help or hint here is welcome.
The text was updated successfully, but these errors were encountered: