From a1833e6102e0046a38838a41318c55f3aef2120c Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:46:23 +0100 Subject: [PATCH] chore: Update `captureFeedback` changelog entry Add when https://github.com/getsentry/sentry-docs/pull/11980 is merged --- CHANGELOG.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5e17964..2e6465fc1 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