SMRTR ProgrammingNov 20, 2025Hacker Noon

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
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 25, 2026

The End of Programming

AI rewrote Bun's entire JavaScript runtime—one million lines of code in eleven days—for ~$165,000, with minimal human involvement. As AI-generated code surges exponentially,...