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

Implements Report a Bug button #4378

Draft
wants to merge 115 commits into
base: antonis/feedback-modal-ui
Choose a base branch
from

Conversation

antonis
Copy link
Collaborator

@antonis antonis commented Dec 16, 2024

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

Depends on: #4492

📜 Description

Implements feedback button that launches the feedback form 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

#skip-changelog

@antonis antonis marked this pull request as draft January 10, 2025 09:22
Base automatically changed from antonis/3859-newCaptureFeedbackAPI-Form to feedback-ui January 10, 2025 10:32
@krystofwoldrich
Copy link
Member

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

@antonis
Copy link
Collaborator Author

antonis commented Jan 16, 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.

@krystofwoldrich
Copy link
Member

I know this is still a draft, but I checked the code and added my thoughts.

@krystofwoldrich krystofwoldrich changed the title (3.1) Implements Report a Bug button Implements Report a Bug button Jan 24, 2025
…-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.

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