getsentry / getsentry/sentry-java

Drop captureUserFeedback, UserFeedback, UserFeedbackDialog, UserFeedbackButton

Aperta
#5,351 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Android Task User Feedbacks
Lingua principale
Kotlin
Stelle
1.4k
Fork
478
Merge medio
2g 23h
PR unite (30g)
67

Descrizione

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

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.