-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(nextjs): Support edge runtime #6730
Conversation
size-limit report 📦
|
Okay, this is impossible to integration test because the edge code runs in some sort of sandbox which |
Can we split this up into two parts?
This allows us to examine both changes in isolation, hopefully also makes it easier to review things and revert if needed. We can leave this PR open as reference. |
Ref: #6120
Ref: #4206
This PR allows users to call Sentry API inside Edge Runtime code (i.e. middleware and edge routes) to capture errors and transactions. The errors are still very barebones and we have no way of source mapping yet (we don't even know if it is possible).