From 58959fe347723ef0c6883a0634bb432773590ae9 Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Tue, 13 Jan 2026 15:18:20 -0600 Subject: [PATCH] Fix newrelic config to use .cjs extension for CommonJS Rename newrelic.js to newrelic.cjs to work with ES module projects Co-Authored-By: Claude Opus 4.5 --- newrelic.js => newrelic.cjs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename newrelic.js => newrelic.cjs (100%) diff --git a/newrelic.js b/newrelic.cjs similarity index 100% rename from newrelic.js rename to newrelic.cjs