Skip to content

docs(apple): Add shake-to-report section and note iOS-only support#16791

Open
antonis wants to merge 3 commits intomasterfrom
antonis/ios-feedback-shake
Open

docs(apple): Add shake-to-report section and note iOS-only support#16791
antonis wants to merge 3 commits intomasterfrom
antonis/ios-feedback-shake

Conversation

@antonis
Copy link
Contributor

@antonis antonis commented Mar 5, 2026

DESCRIBE YOUR PR

Document the now-functional useShakeGesture option for Apple/Cocoa user feedback, based on sentry-cocoa#7579.

  • Add "Shake to Report" section to the user feedback setup page with a Swift example
  • Update useShakeGesture config description to note it's iOS-only (no-op on macOS, tvOS, watchOS, visionOS)

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

⚠️ Should be merged after getsentry/sentry-cocoa#7579 is released

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

Co-Authored-By: Claude noreply@anthropic.com

Add a "Shake to Report" section to the user feedback setup page and update
the `useShakeGesture` config description to note it's iOS-only.

Ref: getsentry/sentry-cocoa#7579

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview, Comment Mar 10, 2026 7:20am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Preview Mar 10, 2026 7:20am

Request Review

Copy link
Member

@philprime philprime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

| ------------------------ | --------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `animations` | `Bool` | `true` | Whether or not to show animations, like for presenting and dismissing the form. |
| `useShakeGesture` | `Bool` | `false` | Use a shake gesture to display the form. |
| `useShakeGesture` | `Bool` | `false` | Use a shake gesture to display the form. Only supported on iOS; this is a no-op on macOS, tvOS, watchOS, and visionOS. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically iPadOS too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Updated with db3a8a3

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.

3 participants