log Error
Remotely logs a message at ERROR level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.
If enabled for the current app, a screenshot will automatically be taken when the error is logged, and displayed on the dashboard with the error message.
Parameters
the message to remotely log
Remotely logs a message at ERROR level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.
If enabled for the current app, a screenshot will automatically be taken when the error is logged, and displayed on the dashboard with the error message.
Parameters
the message to remotely log
custom key-value pairs to include with the log message
Remotely logs a message at ERROR level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.
If enabled for the current app, a screenshot will automatically be taken when the error is logged, and displayed on the dashboard with the error message.
Parameters
the message to remotely log
custom key-value pairs to include with the log message
true if a screenshot should be taken for this message, false otherwise
Remotely logs a message at ERROR level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.
If enabled for the current app, a screenshot will automatically be taken when the error is logged, and displayed on the dashboard with the error message.
Parameters
the message to remotely log
custom key-value pairs to include with the log message
true if a screenshot should be taken for this message, false otherwise
javascript stack trace coming from the the RN side
Remotely logs a message at ERROR level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.
If enabled for the current app, a screenshot will automatically be taken when the error is logged, and displayed on the dashboard with the error message.
Parameters
the message to remotely log
custom key-value pairs to include with the log message
true if a screenshot should be taken for this message, false otherwise
javascript stack trace coming from the the RN side
mark the log as an exception
Remotely logs a message at ERROR level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.
If enabled for the current app, a screenshot will automatically be taken when the error is logged, and displayed on the dashboard with the error message.
The stacktrace from the throwable will be used instead of the stack trace from where this method is called.
Parameters
the throwable to remotely log
Remotely logs a message at ERROR level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.
If enabled for the current app, a screenshot will automatically be taken when the error is logged, and displayed on the dashboard with the error message.
The stacktrace from the throwable will be used instead of the stack trace from where this method is called.
Parameters
the throwable to remotely log
custom key-value pairs to include with the log message
Remotely logs a message at ERROR level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.
If enabled for the current app, a screenshot will automatically be taken when the error is logged, and displayed on the dashboard with the error message.
The stacktrace from the throwable will be used instead of the stack trace from where this method is called.
Parameters
the throwable to remotely log
custom key-value pairs to include with the log message
true if a screenshot should be taken for this message, false otherwise
Remotely logs a message at ERROR level. These log messages will appear as part of the session timeline, and can be used to describe what was happening at a particular time within the app.
If enabled for the current app, a screenshot will automatically be taken when the error is logged, and displayed on the dashboard with the error message.
The stacktrace from the throwable will be used instead of the stack trace from where this method is called.
Parameters
the throwable to remotely log
message to log (overrides getLocalizedMessage() from e)
custom key-value pairs to include with the log message
true if a screenshot should be taken for this message, false otherwise