getsentry / getsentry/sentry-java
Drop captureUserFeedback, UserFeedback, UserFeedbackDialog, UserFeedbackButton
- 主要言語
- Kotlin
- スター
- 1.4k
- フォーク
- 478
- 平均マージ
- 2日 23時間
- マージ済み PR(30日)
- 67
説明
### Description
Classes to delete
- UserFeedback — the old feedback type (deprecated). Replaced by io.sentry.protocol.Feedback.
- SentryUserFeedbackDialog — deprecated wrapper that extends SentryUserFeedbackForm. Already @ Deprecated.
- SentryUserFeedbackButton - deprecated
- SentryUserFeedbackButton (Compose) - deprecated
Methods to delete on Sentry.java
- Sentry.showUserFeedbackDialog() (3 overloads) — replaced by Sentry.feedback().show()
- Sentry.captureFeedback() (3 overloads) — replaced by Sentry.feedback().capture()
- Sentry.captureUserFeedback(UserFeedback) — replaced by Sentry.feedback().capture(Feedback)
Methods to delete on IScopes (and all implementations)
- captureUserFeedback(UserFeedback) — on IScopes, Scopes, NoOpScopes, NoOpHub, HubAdapter, HubScopesWrapper, ScopesAdapter, ISentryClient, SentryClient, NoOpSentryClient
コントリビューションガイド
評価
この issue はまだ評価されていません。