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
ref: Refactor remaining usage of request to normalizedRequest (#14401)
This includes exporting `httpRequestToRequestEventData` from
`@sentry/node`, which we can reuse in a few places.
This also allows us to remove a bunch of stuff from remix, because
actually we can just use `winterCGRequestToRequestData` instead of the
custom implementation we have there. at least type wise, this should all
work, let's see if any test complains...
Closes#14298
0 commit comments