-
-
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 (#4386)
- Loading branch information
1 parent
de59d3a
commit d00f9ea
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)) | ||
- Add RN SDK package to `sdk.packages` on Android ([#4380](https://github.com/getsentry/sentry-react-native/pull/4380)) | ||
|
||
|