Skip to content

Adds feedbackIntegration for configuring the feedback form #4485

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 21 commits into from
Jan 30, 2025

Conversation

antonis
Copy link
Collaborator

@antonis antonis commented Jan 27, 2025

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

Depends on #4483

Adds feedbackIntegration for configuring the feedback form similar to JS

💡 Motivation and Context

Part of #4302

💚 How did you test it?

Manual, CI

📝 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

#skip-changelog

Copy link
Contributor

github-actions bot commented Jan 27, 2025

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 467.60 ms 495.40 ms 27.80 ms
Size 17.75 MiB 20.12 MiB 2.37 MiB

Baseline results on branch: feedback-ui

Startup times

Revision Plain With Sentry Diff
e5d5735 452.70 ms 453.04 ms 0.34 ms
0459aee 491.48 ms 486.13 ms -5.35 ms
2646c98 429.98 ms 421.63 ms -8.35 ms
3e4cdf5 462.35 ms 474.96 ms 12.61 ms
0325426 477.32 ms 457.43 ms -19.89 ms
269c976 448.08 ms 428.86 ms -19.22 ms

App size

Revision Plain With Sentry Diff
e5d5735 17.75 MiB 20.12 MiB 2.37 MiB
0459aee 17.75 MiB 20.12 MiB 2.37 MiB
2646c98 17.75 MiB 20.12 MiB 2.37 MiB
3e4cdf5 17.75 MiB 20.12 MiB 2.37 MiB
0325426 17.75 MiB 20.12 MiB 2.37 MiB
269c976 17.75 MiB 20.12 MiB 2.37 MiB

Copy link
Contributor

github-actions bot commented Jan 27, 2025

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 395.62 ms 456.43 ms 60.81 ms
Size 7.15 MiB 8.39 MiB 1.24 MiB

Baseline results on branch: feedback-ui

Startup times

Revision Plain With Sentry Diff
269c976+dirty 395.13 ms 438.37 ms 43.24 ms
e5d5735+dirty 377.37 ms 430.04 ms 52.67 ms
0325426+dirty 418.89 ms 485.00 ms 66.11 ms
0459aee+dirty 424.10 ms 466.63 ms 42.53 ms
3e4cdf5+dirty 642.13 ms 702.23 ms 60.10 ms
2646c98+dirty 415.13 ms 438.41 ms 23.28 ms

App size

Revision Plain With Sentry Diff
269c976+dirty 7.15 MiB 8.39 MiB 1.23 MiB
e5d5735+dirty 7.15 MiB 8.39 MiB 1.23 MiB
0325426+dirty 7.15 MiB 8.38 MiB 1.23 MiB
0459aee+dirty 7.15 MiB 8.38 MiB 1.23 MiB
3e4cdf5+dirty 7.15 MiB 8.39 MiB 1.23 MiB
2646c98+dirty 7.15 MiB 8.38 MiB 1.23 MiB

Copy link
Contributor

github-actions bot commented Jan 27, 2025

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1220.37 ms 1207.05 ms -13.32 ms
Size 2.63 MiB 3.70 MiB 1.06 MiB

Baseline results on branch: feedback-ui

Startup times

Revision Plain With Sentry Diff
2646c98+dirty 1218.51 ms 1218.92 ms 0.41 ms
3e4cdf5+dirty 1222.53 ms 1224.42 ms 1.89 ms
e5d5735+dirty 1222.02 ms 1222.22 ms 0.20 ms
269c976+dirty 1210.02 ms 1204.46 ms -5.56 ms
0325426+dirty 1228.88 ms 1229.92 ms 1.04 ms
0459aee+dirty 1232.82 ms 1231.19 ms -1.63 ms

App size

Revision Plain With Sentry Diff
2646c98+dirty 2.63 MiB 3.69 MiB 1.06 MiB
3e4cdf5+dirty 2.63 MiB 3.69 MiB 1.06 MiB
e5d5735+dirty 2.63 MiB 3.69 MiB 1.06 MiB
269c976+dirty 2.63 MiB 3.69 MiB 1.06 MiB
0325426+dirty 2.63 MiB 3.69 MiB 1.06 MiB
0459aee+dirty 2.63 MiB 3.69 MiB 1.06 MiB

@antonis antonis marked this pull request as ready for review January 28, 2025 08:38
antonis and others added 3 commits January 29, 2025 09:29
…gration

# Conflicts:
#	packages/core/test/feedback/FeedbackFormManager.test.tsx
Base automatically changed from antonis/feedback-autoinject to feedback-ui January 29, 2025 08:55
# Conflicts:
#	packages/core/src/js/feedback/FeedbackFormManager.tsx
#	packages/core/test/feedback/FeedbackFormManager.test.tsx
Copy link
Collaborator

@lucas-zimerman lucas-zimerman left a comment

Choose a reason for hiding this comment

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

Looking good! LGTM!

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.

Thank you! Looks nice and simple!

@antonis antonis merged commit 74748f8 into feedback-ui Jan 30, 2025
64 of 66 checks passed
@antonis antonis deleted the antonis/feedback-integration branch January 30, 2025 09:05
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