Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
bda351c
(1) feat: Add Feedback Form Component (#4328)
antonis Jan 10, 2025
078cb37
Merge branch 'main' into feedback-ui
antonis Jan 10, 2025
7add44c
Merge branch 'main' into feedback-ui
antonis Jan 14, 2025
8709a48
Update changelog PR reference
antonis Jan 14, 2025
08eecba
test: Adds snapshot tests (#4379)
antonis Jan 15, 2025
4529b68
feat: handle `captureFeedback` errors (#4364)
antonis Jan 15, 2025
48ff52e
Merge branch 'main' into feedback-ui
antonis Jan 15, 2025
93b770e
Merge branch 'main' into feedback-ui
antonis Jan 16, 2025
aa15c88
(2.4) feat(feedback-ui): Add screenshots (#4338)
antonis Jan 16, 2025
312116d
Merge branch 'main' into feedback-ui
antonis Jan 20, 2025
f3c3563
Merge branch 'main' into feedback-ui
antonis Jan 22, 2025
b7b36d8
Merge branch 'main' into feedback-ui
antonis Jan 27, 2025
eda1cb7
Autoinject feedback widget (#4483)
antonis Jan 29, 2025
74748f8
Adds feedbackIntegration for configuring the feedback form (#4485)
antonis Jan 30, 2025
df77091
Merge branch 'main' into feedback-ui
antonis Jan 30, 2025
dbdfceb
Merge branch 'main' into feedback-ui
antonis Jan 31, 2025
f8988bc
Merge branch 'main' into feedback-ui
antonis Feb 3, 2025
03ece25
Merge branch 'main' into feedback-ui
antonis Feb 7, 2025
07b3f54
Merge branch 'main' into feedback-ui
antonis Feb 10, 2025
7ec9441
Feedback modal UI tweaks (#4492)
antonis Feb 11, 2025
fe99425
Merge branch 'main' into feedback-ui
antonis Feb 11, 2025
22cde46
Fix changelog
antonis Feb 11, 2025
e17ab11
Feedback UI: Use Image Picker libraries from integrations (#4524)
antonis Feb 14, 2025
fcbc6c6
Merge branch 'main' into feedback-ui
antonis Feb 14, 2025
874b2a2
feat(feedback): Pull down to cancel (#4534)
antonis Feb 17, 2025
7579a06
chore(feedback): Use Widget instead of Form (#4547)
krystofwoldrich Feb 17, 2025
2135c96
chore(feedback): Improve widget animations (#4555)
krystofwoldrich Feb 17, 2025
51dc070
feat(feedback): Save form state for un-submitted data (#4538)
antonis Feb 18, 2025
b3ea2b2
feat(feedback): Show selected screenshot (#4545)
antonis Feb 18, 2025
53e13fc
feat(feedback): Use only image uri in the onAddScreenshot callback (#…
antonis Feb 18, 2025
8ff7db3
Merge branch 'main' into feedback-ui
antonis Feb 18, 2025
ef4be9e
feat(feedback): Support web environments (#4558)
antonis Feb 20, 2025
ee3aa70
misc(feedback): Improve Feedback Sheet interactions (#4571)
krystofwoldrich Feb 20, 2025
ba260a4
feat(feedback): Align secondary buttons with the web (#4572)
antonis Feb 20, 2025
58aa109
Merge branch 'main' into feedback-ui
antonis Feb 20, 2025
ba2eecd
Update changelog
antonis Feb 20, 2025
76f708d
Merge branch 'main' into feedback-ui
antonis Feb 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelog PR reference
  • Loading branch information
antonis committed Jan 14, 2025
commit 8709a4814fa14a441cc3525cfff24b839b31da19
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Features

- User Feedback Form Component Beta ([#4320](https://github.com/getsentry/sentry-react-native/pull/4328))
- User Feedback Form Component Beta ([#4435](https://github.com/getsentry/sentry-react-native/pull/4435))

To collect user feedback from inside your application add the `FeedbackForm` component.

Expand Down
Loading