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
As per #5778 we are doing all route wrapping on our own and having withSentry function has a potential to cause confusion and frankly, it becomes a tech debt the moment we promote auto wrapping of nexjs API routes to default SDK behaviour.
Solution Brainstorm
⚠️ this is a breaking change. I propose we schedule this for our v8 release ⚠️
Remove the withSentry from sentry-nextjs package
Communicate breaking changes in v8 of the SDK.
The text was updated successfully, but these errors were encountered:
Problem Statement
As per #5778 we are doing all route wrapping on our own and having
withSentry
function has a potential to cause confusion and frankly, it becomes a tech debt the moment we promote auto wrapping of nexjs API routes to default SDK behaviour.Solution Brainstorm
withSentry
from sentry-nextjs packageThe text was updated successfully, but these errors were encountered: