Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Krystof Woldrich <[email protected]>
  • Loading branch information
antonis and krystofwoldrich authored Dec 13, 2024
1 parent 3eccf25 commit bc96fce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@

- Adds feedback form (beta) ([#4320](https://github.com/getsentry/sentry-react-native/pull/4328))

You can add the form component in your UI like:
To collect user feedback from inside your application add the `FeedbackFrom` component.

```jsx
import { FeedbackForm } from "@sentry/react-native";
...
Expand Down

0 comments on commit bc96fce

Please sign in to comment.