sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

(LOG-V7): Implement Structured Logging API for React Native

Open lucas-zimerman opened this issue 5 months ago • 1 comments

image.png

This is a subtask for tracking the progress of the Sentry Structured Logging API for React Native

The documentation can be found here: https://develop.sentry.dev/sdk/telemetry/logs/#public-api

Blocking

The development of this feature is not blocked, but the release is due to https://github.com/getsentry/sentry-react-native/pull/4843 failing on CI

Usage

To the end user, all it does is extend the usage of logger from `@sentry/core` and capture it as logs when the variableenableLogs is set as true.

lucas-zimerman avatar May 22 '25 14:05 lucas-zimerman