enableDeduplication property

bool enableDeduplication
getter/setter pair

Whether SentryEvent deduplication is enabled. Can be further configured with maxDeduplicationItems. Shoud be set to true if SentryHttpClient is used to capture failed requests.

Implementation

bool enableDeduplication = true;