diff --git a/CHANGELOG.md b/CHANGELOG.md index 2219a90965..e22ae8e862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,17 @@ To learn how to attach context data to the feedback visit [the documentation](ht ... ``` + or auto-inject it by calling the `showFeedbackForm`: + ```jsx + import { showFeedbackForm } from '@sentry/react-native'; + ... +