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
[ ] Unit test coverage?
[ ] Code Climate Passes? (Reach out to @ChaelCodes if checks need dismissing)
[ ] Example Seed file if new data table introduced?
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