You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@
8
8
## 21.11.0
9
9
- !! Major breaking change !! Changing device ID without merging will now clear the current consent. Consent has to be given again after performing this action.
10
10
- ! Minor breaking change ! Multiple values now have a default limit adjustable at initialization:
11
-
- Maximum size of all string keys is now 128 characters by default.
12
-
- Maximum size of all values in key-value pairs is now 256 characters by default.
13
-
- Maximum amount of segmentation in one event is mow 30 key-value pairs by default.
14
-
- Maximum amount of breadcrumbs that can be recorded at once is now 100 by default.
15
-
- Maximum stack trace lines per thread is now 30 by default.
16
-
- Maximum stack trace line length is now 200 by default.
11
+
- Maximum size of all string keys is now 128 characters by default.
12
+
- Maximum size of all values in key-value pairs is now 256 characters by default.
13
+
- Maximum amount of segmentation in one event is mow 30 key-value pairs by default.
14
+
- Maximum amount of breadcrumbs that can be recorded at once is now 100 by default.
15
+
- Maximum stack trace lines per thread is now 30 by default.
16
+
- Maximum stack trace line length is now 200 by default.
17
17
- ! Minor breaking change ! After initialization, the logging/debugging mode can only be changed with `Countly.setLoggingEnabled` instead of `Countly.debug` now.
18
18
- When recording internal events with 'add_event', the respective feature consent will now be checked instead of just the 'events' consent.
19
19
- Fixed a bug where the SDK throws a `Bulk user storage exception` due to a missing folder
[Countly](https://count.ly) is an innovative, real-time, open source mobile & [web analytics](https://count.ly/web-analytics), [rich push notifications](https://count.ly/push-notifications) and [crash reporting](https://count.ly/crash-reports) platform powering more than 2500 web sites and 14000 mobile applications as of 2017 Q3. It collects data from mobile phones, tablets, Apple Watch and other internet-connected devices, and visualizes this information to analyze application usage and end-user behavior.
7
6
@@ -28,6 +27,7 @@ or
28
27
yarn add countly-sdk-nodejs
29
28
30
29
## How to use Countly NodeJS SDK?
30
+
31
31
```
32
32
var Countly = require('countly-sdk-nodejs');
33
33
@@ -51,22 +51,23 @@ Countly.add_event({
51
51
}
52
52
});
53
53
```
54
+
54
55
More information is available at [https://support.count.ly/hc/en-us/articles/360037442892-NodeJS-SDK](https://support.count.ly/hc/en-us/articles/360037442892-NodeJS-SDK)
@@ -86,5 +87,4 @@ If you like Countly, why not use one of our badges and give a link back to us, s
86
87
87
88
For community support page, see [https://support.count.ly/hc/en-us/community/topics](https://support.count.ly/hc/en-us/community/topics"Countly Support").
0 commit comments