Skip to content
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

feat(feedback): Implements Report a Bug button #4378

Open
wants to merge 137 commits into
base: feedback-ui-2
Choose a base branch
from

Conversation

antonis
Copy link
Collaborator

@antonis antonis commented Dec 16, 2024

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Implements feedback button that launches the feedback widget using the auto-injected feedback widget

💡 Motivation and Context

Part of #4302

💚 How did you test it?

Manual testing with the sample app

📝 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

…-Button

# Conflicts:
#	CHANGELOG.md
#	packages/core/src/js/feedback/FeedbackForm.styles.ts
#	packages/core/src/js/feedback/FeedbackForm.tsx
#	packages/core/src/js/feedback/FeedbackForm.types.ts
#	packages/core/src/js/feedback/defaults.ts
#	packages/core/src/js/index.ts
#	packages/core/test/feedback/FeedbackForm.test.tsx
#	samples/react-native/src/App.tsx
#	samples/react-native/src/Screens/ErrorsScreen.tsx
@antonis antonis changed the base branch from feedback-ui to antonis/feedback-modal-ui February 3, 2025 09:45
@antonis
Copy link
Collaborator Author

antonis commented Feb 3, 2025

The latest feedback-ui needs to be merged in, at the moment all the FeedbackForm files show as newly added.

Yep, It was based on the incomplete "autoinjection" that was reverted 😓
I'll clean this up @krystofwoldrich and mark it as ready for review.

I've updated this PR with the latest implementation.
I'm leaving it in draft state for now since there are open questions on how the button should behave and how much it should be configurable.

Base automatically changed from antonis/feedback-modal-ui to feedback-ui February 11, 2025 09:35
…-Button

# Conflicts:
#	packages/core/src/js/feedback/FeedbackForm.styles.ts
#	packages/core/src/js/feedback/FeedbackForm.types.ts
…-Button

# Conflicts:
#	CHANGELOG.md
#	packages/core/src/js/feedback/FeedbackWidget.styles.ts
#	packages/core/src/js/feedback/defaults.ts
#	packages/core/src/js/index.ts
…-Button

# Conflicts:
#	packages/core/src/js/feedback/defaults.ts
Base automatically changed from feedback-ui to main February 21, 2025 09:36
@antonis antonis changed the base branch from main to feedback-ui-2 February 25, 2025 12:03
@antonis antonis marked this pull request as ready for review February 25, 2025 13:02
@antonis antonis changed the title Implements Report a Bug button feat(feedback): Implements Report a Bug button Feb 26, 2025
Copy link
Contributor

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

Generated by 🚫 dangerJS against 9f631e2

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.

Feedback Form: Implement Report a Bug button
3 participants