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
After dropping SvelteKit 1.x support, we can now clean up the fallback logic for determining if our sentryHandle function is invoked on a sub request or a regular request
The text was updated successfully, but these errors were encountered:
Removes a no longer necessary fallback check that we only needed in
SvelteKit 1.26.0 or older. For Kit 2.x, we can rely on the
`event.isSubRequest` flag to identify sub vs. actual requests in our
request handler.
fixesgetsentry#15244
Description
After dropping SvelteKit 1.x support, we can now clean up the fallback logic for determining if our
sentryHandle
function is invoked on a sub request or a regular requestThe text was updated successfully, but these errors were encountered: