Skip to content

Add Compose user feedback button #4559

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 10 commits into from
Jul 23, 2025
Merged

Conversation

stefanosiano
Copy link
Member

📜 Description

Added user feedback dialog support via static API
Added dialog configurator without context
added Compose button for feedback

💡 Motivation and Context

The compose widget was the last piece to show the user feedback on Android apps

💚 How did you test it?

📝 Checklist

  • I added tests to verify the 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.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

Added dialog configurator without context
added Compose button for feedback
Copy link
Contributor

github-actions bot commented Jul 16, 2025

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 21b4202

@stefanosiano stefanosiano marked this pull request as ready for review July 16, 2025 12:07
Copy link
Contributor

github-actions bot commented Jul 16, 2025

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 394.71 ms 420.27 ms 25.55 ms
Size 1.58 MiB 2.09 MiB 519.48 KiB

Previous results on branch: feat/compose-user-feedback

Startup times

Revision Plain With Sentry Diff
68bd06b 433.96 ms 487.04 ms 53.08 ms
806ddef 397.23 ms 430.26 ms 33.03 ms
2fe2438 379.94 ms 412.50 ms 32.56 ms
ee8f48a 477.68 ms 519.12 ms 41.44 ms
14c91f4 422.98 ms 468.08 ms 45.10 ms

App size

Revision Plain With Sentry Diff
68bd06b 1.58 MiB 2.09 MiB 519.27 KiB
806ddef 1.58 MiB 2.09 MiB 519.46 KiB
2fe2438 1.58 MiB 2.09 MiB 519.46 KiB
ee8f48a 1.58 MiB 2.09 MiB 519.46 KiB
14c91f4 1.58 MiB 2.09 MiB 519.47 KiB

Copy link
Member

@markushi markushi left a comment

Choose a reason for hiding this comment

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

Nice one, looking good! I added a few small comments we should address before merging.

stefanosiano and others added 7 commits July 22, 2025 14:50
Co-authored-by: Markus Hintersteiner <[email protected]>
Cleaned SentryUserFeedbackDialog.Builder methods
SentryFeedbackOptions is not Internal anymore
# Conflicts:
#	CHANGELOG.md
#	sentry/src/test/java/io/sentry/SentryOptionsTest.kt
@stefanosiano stefanosiano merged commit 70671a5 into main Jul 23, 2025
35 checks passed
@stefanosiano stefanosiano deleted the feat/compose-user-feedback branch July 23, 2025 15:00
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