We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42caf3b + 829608c commit cd29c51Copy full SHA for cd29c51
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## 23.02.1
2
- Added previous event ID and sending it with custom events.
3
+- Updated default `maxSegmentationValues` from 30 to 100
4
5
## 23.02.0
6
- Added event IDs
CountlyConfig.m
@@ -49,7 +49,7 @@ - (instancetype)init
49
50
self.maxKeyLength = 128;
51
self.maxValueLength = 256;
52
- self.maxSegmentationValues = 30;
+ self.maxSegmentationValues = 100;
53
54
self.location = kCLLocationCoordinate2DInvalid;
55
0 commit comments