getsentry / getsentry/sentry-java

Attach request body for Spring WebFlux

Aperta
#2,903 6 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Improvement Java
Lingua principale
Kotlin
Stelle
1.4k
Fork
478
Merge medio
2g 23h
PR unite (30g)
67

Descrizione

### 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` ?

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.