Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Feedback envelope #4272

Open
armcknight opened this issue Aug 9, 2024 · 1 comment
Open

User Feedback envelope #4272

armcknight opened this issue Aug 9, 2024 · 1 comment
Assignees

Comments

@armcknight
Copy link
Member

Description

Package up the inputs from the form into the envelope format for transmission to the Sentry backend

@armcknight
Copy link
Member Author

One thing to consider here is that we already have a method today to gather feedback: SentrySDK.captureUserFeedback We should keep that method for convenience and backwards compatibility.

However, SentryUserFeedback.eventId is currently a required property, which we want to move to becoming optional. That is public API, so changing it should be considered a major revision as anyone using it may encounter build breakages, if they are reading the property in Swift code, as it will become optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant