HHS / simpler-grants-gov

https://simpler.grants.gov
Other
46 stars 13 forks source link

[Issue #2696] add New Relic to Next app #2922

Open doug-s-nava opened 6 days ago

doug-s-nava commented 6 days ago

Summary

Fixes #2696

Time to review: 15 mins

Changes proposed

The goal is to begin sending data to New Relic from the frontend Next application. Things that have been done:

Context for reviewers

Test steps

  1. start next on this branch with NEW_RELIC_APP_NAME="<see 1pass>" NEW_RELIC_LICENSE_KEY="<see 1pass>" npm run dev:nr
  2. visit some pages and perform searches
  3. VERIFY: data comes through into New Relic, in both APM and browser dashboards

Additional information

Screenshots after deploying to DEV

Screenshot 2024-11-22 at 10 04 24 AM Screenshot 2024-11-22 at 10 03 50 AM

Next Steps