Skip to content

Drop captureUserFeedback, UserFeedback, UserFeedbackDialog, UserFeedbackButton #5351

@romtsn

Description

@romtsn

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

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions