-
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update
captureFeedback
changelog entry
Add when getsentry/sentry-docs#11980 is merged
- Loading branch information
1 parent
cc471c7
commit a1833e6
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|