diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5e179645..2e6465fc13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,19 +22,11 @@ email: "john@doe.com", message: "Hello World!", associatedEventId: eventId, // optional - }, { - captureContext: { - tags: { "tag-key": "tag-value" }, - }, - attachments: [ - { - filename: 'hello.txt', - data: 'Hello, World!', - }, - ], }); ``` + To learn how to attach context data to the feedback vistit [the documentation](https://docs.sentry.io/platforms/react-native/user-feedback/). + - Export `Span` type from `@sentry/types` ([#4345](https://github.com/getsentry/sentry-react-native/pull/4345)) ### Fixes