ChaelCodes / HuntersKeepers

An app to make managing games of Monster of the Week easier.
MIT License
40 stars 26 forks source link

Add New Relic Performance Monitoring #226

Closed ChaelCodes closed 3 years ago

ChaelCodes commented 3 years ago

Description of Changes

Problem Solved

New Relic provides observability, performance moritoring, and exception tracking. Right now it's hard to tell which endpoints are slow in HuntersKeepers (and I know I have n+1 queries). I also don't have any visisbility into errors unless they're reported through GitHub. This tracking should help with that.

PR Checklist