DEV Community

Discussion on: Integrate Newrelic in Laravel Vapor

Collapse
 
davidv99 profile image
David Valbuena

Hey Nic, thanks for your advice

I generate my .export file from a pipeline to set my app_name and app_licence, I removed this section for the example.

If you want to use the .export file, you need to create this in the project folder with a structure like this, and then export these variables to handle in the process

export NEWRELIC_KEY=""
export NEWRELIC_APP_NAME=""
Enter fullscreen mode Exit fullscreen mode