Sentry integration for error reporting/tracking #599
Labels
priority: low
type: feature
code contributing to the implementation of a feature and/or user facing functionality
Is your feature request related to a problem? Please describe.
There is an official NextJS Sentry integration, which unfortunately does not work with this plugin. I have created a bug ticket (getsentry/sentry-javascript#3880) within their repository, but maybe a native Sentry integration within the Netlify NextJS plugin makes more sense?
To be more specific: The client side integration works without any problems, but errors in Netlify functions are not tracked.
Describe the solution you'd like
It should be easy to use Sentry for error reporting and tracing of NextJS applications that run on Netlify. Maybe Sentry for AWS Lambda can just be used out of the box for server side error tracking?
Describe alternatives you've considered
An obvious alternative is to use Vercel instead, but I think that misses the point here. Maybe there are better ways to get insight into errors as they happen, but I am not aware of a solution that integrates with Netlify and NextJS.
Additional context
As I said above, there is a corresponding bug ticket within the sentry-javascript repository (getsentry/sentry-javascript#3880).
The text was updated successfully, but these errors were encountered: