I know RN is in the works, but not entirely sure what the status is for it.
All I've been able to put together is wrapping the Sentry.captureMessage method as one of the severity types, but it will show as an issue rather than display in the Log tab. Is this the only way to do it right now?
I've tried to enable
_experiments: {
enableLogs: true, // Enable logging
},
transportOptions: {
severity: "debug", // Set the default severity level for logs
SENTRY: Sentry,
errorLevels: "error", // Logs with this level will be sent as errors
}
and use Sentry.logger.info but nothing seems to be working.