6.5.0-beta.1
Pre-release
Pre-release
Features
-
Adds new
captureFeedbackand deprecates thecaptureUserFeedbackAPI (#4320)import * as Sentry from "@sentry/react-native"; const eventId = Sentry.lastEventId(); Sentry.captureFeedback({ name: "John Doe", email: "[email protected]", message: "Hello World!", associatedEventId: eventId, // optional }, { captureContext: { tags: { "tag-key": "tag-value" }, }, attachments: [ { filename: 'hello.txt', data: 'Hello, World!', }, ], });
Fixes
- Return
lastEventIdexport from@sentry/core(#4315) - Don't log file not found errors when loading envs in
sentry-expo-upload-sourcemaps(#4332) - Navigation Span should have no parent by default (#4326)