Syntax
NewRelic.recordJSErrorException(StackTrace stackTrace)
Record JavaScript Errors for ReactNative apps
Requirements
Agent version 6.8.0 or higher, for hybrid apps
Description
With this method, you can record JavaScript Errors from React Native apps.
Parameters
This call accepts StackTrace
parameter.
Parameter | Description |
---|---|
| |
StackTrace | Required. The desired object for the JavaScript Errors. |