getsentry / getsentry/sentry-java

Attach request body for Spring WebFlux

Open
#2,903 6 comments 0 reactions 0 assignees View on GitHub
Improvement Java
Dominant language
Kotlin
Stars
1.4k
Forks
478
Avg merge
2d 23h
Merged PRs (30d)
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` ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.