getsentry / getsentry/sentry-java

Attach request body for Spring WebFlux

オープン
#2,903 コメント 6 件 リアクション 0 件 担当者 0 名 GitHub で見る
Improvement Java
主要言語
Kotlin
スター
1.4k
フォーク
478
平均マージ
2日 23時間
マージ済み PR(30日)
67

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。