markAutomaticallyCollectedErrorsAsFatal property

bool markAutomaticallyCollectedErrorsAsFatal
getter/setter pair

Errors that the SDK automatically collects, for example in SentryIsolate, have level SentryLevel.fatal set per default. Settings this to false will set the level to SentryLevel.error.

Implementation

bool markAutomaticallyCollectedErrorsAsFatal = true;