You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Sentry with Nextjs under SST, when instrumentation is enabled on API routes, be it through the autoInstrumentServerFunctions or by wrapping the api handler, the response is empty. I'm not sure if this is directly related to opennextjs or if this is an issue with sst itself but in #350 it looks like opennext was causing it previously. I've created a repo to reproduce the problem https://github.com/digitaltoad/sst-opennext-sentry-issue.
The text was updated successfully, but these errors were encountered:
Ok i'll have to take another look at this, my first guess is that sentry is probably doing something wrong here, i'll have to see if we can do something about it or not.
When using Sentry with Nextjs under SST, when instrumentation is enabled on API routes, be it through the
autoInstrumentServerFunctions
or by wrapping the api handler, the response is empty. I'm not sure if this is directly related to opennextjs or if this is an issue with sst itself but in #350 it looks like opennext was causing it previously. I've created a repo to reproduce the problem https://github.com/digitaltoad/sst-opennext-sentry-issue.The text was updated successfully, but these errors were encountered: