You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-generated from external SDK content. Review all links and code suggestions before acting on them.
cc @getsentry/ai-sdks
Summary
The User Feedback section documents deprecated APIs that will be removed in SDK v10. Recent PRs introduced new recommended presentation methods that are not documented.
Standalone app start child spans now use distinct operations: app.start.pre_runtime_init, app.start.runtime_init, app.start.uikit_init, app.start.application_init, app.start.extended_app_start (informational, no user action required)
Migration questions
Should we document both old (deprecated) and new APIs during the transition period, or replace entirely?
How to restructure the Quick Start examples to prefer the new APIs?
The widget approach was auto-inject by default; the new approach requires users to add their own UI trigger - should we provide button examples?
Should the app start span operation change be documented in the tracing reference, or is it internal-only?
Affected files
skills/sentry-cocoa-sdk/references/user-feedback.md - major rewrite needed
skills/sentry-cocoa-sdk/SKILL.md - Quick Start examples still show deprecated widget config (lines 295-296 in main skill)
Warning
Auto-generated from external SDK content. Review all links and code suggestions before acting on them.
cc @getsentry/ai-sdks
Summary
The User Feedback section documents deprecated APIs that will be removed in SDK v10. Recent PRs introduced new recommended presentation methods that are not documented.
Deprecated APIs (still documented in skill)
Widget APIs (PR #8022, deprecated June 9):
autoInject,configureWidget,showWidget(),hideWidget(),labelText,showIcon,location,layoutUIOffset,windowLevel,widgetAccessibilityLabelSentryUserFeedbackWidgetConfigurationsectionCustom button (PR #8052, deprecated June 15):
customButtonpropertyNew APIs (missing from skill)
Programmatic presentation (PR #7873, added June 9):
SentrySDK.feedback.show(screenshot:)- show form from best available presenterSentryUserFeedbackFormController()- direct view controller instantiationSwiftUI support (PR #7873):
.sentryFeedback(isPresented:screenshot:)- SwiftUI view modifierSentrySDK.FeedbackFormView/SentryUserFeedbackFormView- SwiftUI wrapper viewApp Start tracing (PR #8003, merged June 9):
app.start.pre_runtime_init,app.start.runtime_init,app.start.uikit_init,app.start.application_init,app.start.extended_app_start(informational, no user action required)Migration questions
Affected files
skills/sentry-cocoa-sdk/references/user-feedback.md- major rewrite neededskills/sentry-cocoa-sdk/SKILL.md- Quick Start examples still show deprecated widget config (lines 295-296 in main skill)skills/sentry-cocoa-sdk/references/tracing.md- possibly add app start span operation noteReviewed PRs