Skip to content

Commit

Permalink
chore: Update captureFeedback changelog entry
Browse files Browse the repository at this point in the history
Add when getsentry/sentry-docs#11980 is merged
  • Loading branch information
krystofwoldrich authored Dec 17, 2024
1 parent cc471c7 commit a1833e6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,11 @@
email: "[email protected]",
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
Expand Down

0 comments on commit a1833e6

Please sign in to comment.