mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(config): logRuntimeDetail to enable verbose platform runtime logs
This commit is contained in:
@@ -10,6 +10,12 @@ interface IConfigPlatform {
|
||||
* This can be very useful in production environments when you don't want your app to just crash if a developer forgot to guard against an unexpected JS level exception.
|
||||
*/
|
||||
discardUncaughtJsExceptions?: boolean;
|
||||
|
||||
/**
|
||||
* Log detailed platform runtime calls
|
||||
* This will reveal verbose platform runtime details handled in the NativeScript runtimes.
|
||||
*/
|
||||
logRuntimeDetail?: boolean;
|
||||
}
|
||||
|
||||
interface IConfigIOS extends IConfigPlatform {}
|
||||
|
||||
Reference in New Issue
Block a user