ignoreUnhandledErrors property

bool? get ignoreUnhandledErrors

Whether or not unhandled errors on the extension host caused by your extension should be logged to your sender. Defaults to false if not defined.

Implementation

_i2.bool? get ignoreUnhandledErrors => _i5.getProperty(
      this,
      'ignoreUnhandledErrors',
    );