This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
Allow Bugsnag's breadcrumb logger to be turned off (Android) #245
Labels
scheduled
Work is starting on this feature/bug
Description
Superfluous logging output with breadcrumbs.
Issue
The Bugsnag SDK outputs the breadcrumbs to Logcat before it saves the breadcrumb. This is flooding our console (and other log capturing SDK's ) with a ton of erroneous log statements.
https://github.com/bugsnag/bugsnag-react-native/blob/master/android/src/main/java/com/bugsnag/BugsnagReactNative.java#L92
You should expose an API to disable this logger.
Environment
Library versions: react native bugsnag v 2.9.3
The text was updated successfully, but these errors were encountered: