getsentry / getsentry/sentry-java

Attach request body for Spring WebFlux

Đang mở
#2,903 6 bình luận 0 reaction 0 người được giao Xem trên GitHub
Improvement Java
Ngôn ngữ chính
Kotlin
Star
1.4k
Fork
478
Merge trung bình
2 ngày 23 giờ
Pull request đã merge (30 ngày)
67

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.