Recommendations for error reporting/APM tools like Sentry, Datadog, NewRelic etc that work with the Next 13 app router #47563
Unanswered
philwolstenholme
asked this question in
Help
Replies: 1 comment 3 replies
-
Has anyone found any reasonable way forward in this matter? It's been over a year now. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Does anyone have any recommendations/tips for using application performance/error monitoring tools like Sentry, Datadog, NewRelic etc?
Here's what I've found so far:
Sentry
https://docs.sentry.io/platforms/javascript/guides/nextjs/ mentions support for
app
router is missing, but a public roadmap at getsentry/sentry-javascript#6726 suggests there is some support, with more on the way. Development looks quite active.Datadog
https://jake.tl/notes/2021-04-04-nextjs-preload-hack suggests an approach but is not
app
router specific. I'm not sure how it handles Error Boundaries in RSCs, the Next/React monkeypatched Fetch, etc.#16600 has some ideas but nothing
app
router specific or recent.NewRelic
https://github.com/newrelic/newrelic-node-nextjs uses the
-r
(require/preload) approach like in the https://jake.tl link above. It instruments Node but not the browser, but you can do that manually.newrelic/newrelic-node-nextjs#94 suggests it's tricky to use with Vercel but NewRelic are looking into it, but it's taken a while for the work to be prioritised.
I couldn't find anything
app
router specific.Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions