You Can Track Code Deployments in New Relic With Laravel Commands: Here's How
SMRTR summary
A developer created a custom Laravel command called "app:deploy-mark" that automatically sends deployment information to New Relic's monitoring platform whenever code is deployed. The command uses git to retrieve version data and communicates with New Relic's API through a GraphQL mutation, requiring only basic configuration in Laravel's services and environment files to track deployments across various CI/CD pipelines.
SMRTR provides this summary for quick context. The original article belongs to Hacker Noon.
Read the original article