setCustomCrashSegment method
Set custom crash segmentation which will be added to all recorded crashes
Map<String, dynamic> customCrashSegment
- crashSegment segmentation information. Accepted values are "Integer", "String", "Double", "Boolean"
Implementation
CountlyConfig setCustomCrashSegment(Map<String, dynamic> customCrashSegment) {
_customCrashSegment = customCrashSegment;
return this;
}