Skip to content

fix(feedback): Fixes accessibility issue on iOS #4739

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

Merged
merged 197 commits into from
Apr 14, 2025

Conversation

antonis
Copy link
Collaborator

@antonis antonis commented Apr 9, 2025

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

Based on: ref(feedback): Extracts FeedbackWidgetProvider in a separate file

PR Chain:

📜 Description

Fixes accessibility issue on iOS

💡 Motivation and Context

See #4302 (comment)

💚 How did you test it?

Manual testing of both iOS and Android. An iOS recording below

accessibility-ios.mov

📝 Checklist

  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • All tests passing
  • No breaking changes

🔮 Next steps

Copy link
Contributor

github-actions bot commented Apr 9, 2025

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 432.22 ms 432.72 ms 0.50 ms
Size 17.75 MiB 20.15 MiB 2.40 MiB

Baseline results on branch: antonis/ref-feedback-cyclicdep

Startup times

Revision Plain With Sentry Diff
d9099fd 474.07 ms 499.67 ms 25.60 ms
86e56c7 425.94 ms 417.94 ms -8.00 ms
5c55a87 437.32 ms 451.11 ms 13.79 ms

App size

Revision Plain With Sentry Diff
d9099fd 17.75 MiB 20.15 MiB 2.40 MiB
86e56c7 17.75 MiB 20.15 MiB 2.40 MiB
5c55a87 17.75 MiB 20.15 MiB 2.40 MiB

Copy link
Contributor

github-actions bot commented Apr 9, 2025

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 389.17 ms 385.14 ms -4.03 ms
Size 7.15 MiB 8.42 MiB 1.26 MiB

Baseline results on branch: feedback-ui-2

Startup times

Revision Plain With Sentry Diff
6e4d2e1+dirty 394.19 ms 378.08 ms -16.11 ms

App size

Revision Plain With Sentry Diff
6e4d2e1+dirty 7.15 MiB 8.40 MiB 1.25 MiB

Previous results on branch: antonis/ios-accessibility

Startup times

Revision Plain With Sentry Diff
e7241b4+dirty 416.76 ms 421.18 ms 4.42 ms

App size

Revision Plain With Sentry Diff
e7241b4+dirty 7.15 MiB 8.42 MiB 1.26 MiB

Copy link
Contributor

github-actions bot commented Apr 9, 2025

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1228.26 ms 1225.49 ms -2.77 ms
Size 2.63 MiB 3.78 MiB 1.15 MiB

Baseline results on branch: feedback-ui-2

Startup times

Revision Plain With Sentry Diff
6e4d2e1+dirty 1231.82 ms 1240.18 ms 8.36 ms

App size

Revision Plain With Sentry Diff
6e4d2e1+dirty 2.63 MiB 3.77 MiB 1.14 MiB

Previous results on branch: antonis/ios-accessibility

Startup times

Revision Plain With Sentry Diff
e7241b4+dirty 1223.61 ms 1228.41 ms 4.80 ms

App size

Revision Plain With Sentry Diff
e7241b4+dirty 2.63 MiB 3.78 MiB 1.15 MiB

Copy link
Member

@krystofwoldrich krystofwoldrich left a comment

Choose a reason for hiding this comment

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

LGTM 🚀 Thank you!

Copy link
Contributor

github-actions bot commented Apr 9, 2025

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1212.12 ms 1215.08 ms 2.96 ms
Size 3.19 MiB 4.35 MiB 1.16 MiB

Baseline results on branch: feedback-ui-2

Startup times

Revision Plain With Sentry Diff
6e4d2e1+dirty 1226.76 ms 1233.13 ms 6.37 ms

App size

Revision Plain With Sentry Diff
6e4d2e1+dirty 3.19 MiB 4.33 MiB 1.15 MiB

Previous results on branch: antonis/ios-accessibility

Startup times

Revision Plain With Sentry Diff
e7241b4+dirty 1199.56 ms 1211.10 ms 11.54 ms

App size

Revision Plain With Sentry Diff
e7241b4+dirty 3.19 MiB 4.35 MiB 1.16 MiB

Base automatically changed from antonis/ref-feedback-cyclicdep to feedback-ui-2 April 14, 2025 14:39
# Conflicts:
#	packages/core/src/js/feedback/ScreenshotButton.tsx
#	packages/core/test/feedback/ScreenshotButton.test.tsx
#	packages/core/test/feedback/__snapshots__/FeedbackWidgetManager.test.tsx.snap
@antonis antonis merged commit ad7d3e3 into feedback-ui-2 Apr 14, 2025
59 of 60 checks passed
@antonis antonis deleted the antonis/ios-accessibility branch April 14, 2025 14:50
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.

2 participants