getsentry / getsentry/sentry-java

Drop captureUserFeedback, UserFeedback, UserFeedbackDialog, UserFeedbackButton

Abierto
#5,351 1 comentario 0 reacciones 0 asignados Ver en GitHub
Android Task User Feedbacks
Lenguaje dominante
Kotlin
Estrellas
1.4k
Forks
478
Merge medio
2 d 23 h
PR fusionados (30 d)
67

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.