Package + Version
Version:
Description
With the express integration, on requests without a body (like GET), "<unavailable>" is shown in the Sentry UI which is confusing. I think it would be better to not set the request body on the event, which allows the UI to hide that section.

This is happening because of these lines
https://github.com/getsentry/sentry-javascript/blob/5.14.2/packages/node/src/handlers.ts#L154-L158
Package + Version
@sentry/browser@sentry/noderaven-jsraven-node(raven for node)Version:
Description
With the express integration, on requests without a body (like GET),
"<unavailable>"is shown in the Sentry UI which is confusing. I think it would be better to not set the request body on the event, which allows the UI to hide that section.This is happening because of these lines
https://github.com/getsentry/sentry-javascript/blob/5.14.2/packages/node/src/handlers.ts#L154-L158