getsentry / getsentry/sentry-java
Attach request body for Spring WebFlux
Ouverte
Improvement
Java
- Langage dominant
- Kotlin
- Étoiles
- 1.4k
- Forks
- 478
- Merge moyen
- 2 j 23 h
- PR mergées (30 j)
- 67
Description
### Integration
sentry-spring-boot-jakarta
### Java Version
17
### Version
6.28.0
### Steps to Reproduce
spring boot 3.0
application.properties
```
sentry.send-default-pii=true
sentry.max-request-body-size=always
```
### Expected Result
request body should be sent
### Actual Result
On `SentrySpringFilter`,
it seems like `CachedBodyHttpServletRequest` is created and request body is extracted by `RequestPayloadExtractor`
but on `SentryWebFilter`, i can't find such process.
Is there any way to send request body with `SentryWebFilter` ?
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.