Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1bb4e34
feat(feedback): Report a Bug button (#4378)
antonis Apr 7, 2025
cd6bf1f
Merge branch 'main' into feedback-ui-2
antonis Apr 7, 2025
9a0ab61
feat(feedback): Theming (#4677)
antonis Apr 14, 2025
4c988a8
feat(feedback): Screenshot button (#4714)
antonis Apr 14, 2025
7f8e673
ref(feedback): Extracts FeedbackWidgetProvider in a separate file (#4…
antonis Apr 14, 2025
ad7d3e3
fix(feedback): Fixes accessibility issue on iOS (#4739)
antonis Apr 14, 2025
e7ce2ce
Merge branch 'main' into feedback-ui-2
antonis Apr 14, 2025
3cae215
Merge branch 'main' into feedback-ui-2
antonis Apr 16, 2025
4610d7f
Merge branch 'main' into feedback-ui-2
antonis Apr 16, 2025
bd5bd30
feat(feedback): Screenshot button error flow (#4757)
antonis Apr 17, 2025
b07bf20
Merge branch 'main' into feedback-ui-2
antonis Apr 24, 2025
98f9b1d
Merge branch 'main' into feedback-ui-2
antonis Apr 25, 2025
68bafa1
Increase iOS binary size diff by 100KB (#4784)
antonis Apr 28, 2025
69fc805
Merge branch 'main' into feedback-ui-2
antonis Apr 29, 2025
14dec8c
Merge branch 'main' into feedback-ui-2
antonis May 1, 2025
6cf7905
Fix changelog
antonis May 1, 2025
4492611
Update changelog
antonis May 1, 2025
7d5aba8
Merge branch 'main' into feedback-ui-2
antonis May 7, 2025
f7675d9
Merge branch 'main' into feedback-ui-2
antonis May 8, 2025
92c4d2d
test(e2e): Adds Feedback Widget Maestro E2E tests (#4604)
antonis May 9, 2025
1728356
Merge branch 'main' into feedback-ui-2
antonis May 9, 2025
83c070c
Merge branch 'main' into feedback-ui-2
lucas-zimerman May 13, 2025
469134d
Merge branch 'main' into feedback-ui-2
antonis May 15, 2025
e7a016f
Merge branch 'main' into feedback-ui-2
antonis May 15, 2025
776747f
Merge branch 'main' into feedback-ui-2
antonis May 20, 2025
5c627e6
Merge branch 'main' into feedback-ui-2
antonis May 20, 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
Fix changelog
  • Loading branch information
antonis committed May 1, 2025
commit 6cf7905e2d447ba30d9795d66d242ef089e6e2e9
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

## Unreleased

### Features

- Adds the `FeedbackButton` component that shows the Feedback Widget ([#4378](https://github.com/getsentry/sentry-react-native/pull/4378))
- Add Feedback Widget theming ([#4677](https://github.com/getsentry/sentry-react-native/pull/4677))
- Adds the `ScreenshotButton` component that takes a screenshot ([#4714](https://github.com/getsentry/sentry-react-native/issues/4714))

### Fixes

- Disable native driver for Feedback Widget `backgroundColor` animation in unsupported React Native versions ([#4794](https://github.com/getsentry/sentry-react-native/pull/4794))
Expand Down Expand Up @@ -35,9 +41,6 @@

- Add Expo Updates Event Context ([#4767](https://github.com/getsentry/sentry-react-native/pull/4767), [#4786](https://github.com/getsentry/sentry-react-native/pull/4786))
- Automatically collects `updateId`, `channel`, Emergency Launch Reason and other Expo Updates constants
- Adds the `FeedbackButton` component that shows the Feedback Widget ([#4378](https://github.com/getsentry/sentry-react-native/pull/4378))
- Add Feedback Widget theming ([#4677](https://github.com/getsentry/sentry-react-native/pull/4677))
- Adds the `ScreenshotButton` component that takes a screenshot ([#4714](https://github.com/getsentry/sentry-react-native/issues/4714))

### Fixes

Expand Down
Loading