Description
How do you use Sentry?
Self-hosted / on-premises
SDK version
4.8.0
Steps to reproduce
Make any request with body and you won't see body or method in sentry.
The problem is in RequestFetcher
which relies on getting request from RequestStack
. The problem here is that the RequestIntegration
which uses RequestFetcher
to get request runs on kernel.terminate
. By this time, the RequestStack
is empty because the handle method of the HttpKernel
pops that request from the stack and terminate is called after handle.
Expected result
Data from request will be logged in sentry
Actual result
No data from request are logged
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status
Status
No status