Skip to content

User feedback is not captured with versions older than 3.2.0 #2180

@pdyatlov

Description

@pdyatlov

Environment

How did you install the package? (Git-URL, Assetstore)
add package

Which version of Unity?
6000.0.47f1

Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
Editor + build

Steps to Reproduce

  1. Install sentry package older than 3.2.0 (3.1.0 and lower)
  2. Use SentrySdk.CaptureUserFeedback (instead of CaptureFeedback)

Expected Result

Expected the feedback to be captured even though the API is obsolete

Actual Result

The feedback was not captured

Any logs or screenshots

event id generated fine: d4ef896322344d0fac8dd2b68e84424f

var eventId = SentrySdk.CaptureMessage($"[{userName}] says:");
SentrySdk.CaptureUserFeedback(eventId, $"{header} | {_inputField.text}", "email", userName);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions