Skip to content

fix(feedback): user feedback widget in SwiftUI #5223

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

armcknight
Copy link
Member

@armcknight armcknight commented May 13, 2025

In an attempt to fix #5113, use the correct API to display a floating UIWindow in the SwiftUI app.

Requires consumers to start the sentry api from a configured scene delegate, as demonstrated in the sample swiftui apps in #5222. This would need to be added to the docs for auto injection, and may warrant a separate API to display the feedback widget (this was originally planned, but i removed it as i'd only implemented auto injection. seems we just identified a need for it) if we want to give consumers the option of starting the SDK as early as possible (in a swiftui app's init method) and be able to display the feedback widget as well. ETA: that work is in #5236

Current status: a build issue detailed in the linked issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feedback: SwiftUI support for widget
1 participant