@devcycle/nodejs-server-sdk
Advanced tools
Comparing version 1.33.3 to 1.33.4
{ | ||
"name": "@devcycle/nodejs-server-sdk", | ||
"version": "1.33.3", | ||
"version": "1.33.4", | ||
"description": "The DevCycle NodeJS Server SDK used for feature management.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -51,3 +51,8 @@ "use strict"; | ||
this.flushInterval = setInterval(this.flushEvents.bind(this), this.eventFlushIntervalMS); | ||
this.bucketing.initEventQueue(sdkKey, this.clientUUID, JSON.stringify(options)); | ||
const eventQueueOptions = { | ||
eventRequestChunkSize: chunkSize, | ||
disableAutomaticEventLogging: options.disableAutomaticEventLogging, | ||
disableCustomEventLogging: options.disableCustomEventLogging, | ||
}; | ||
this.bucketing.initEventQueue(sdkKey, this.clientUUID, JSON.stringify(eventQueueOptions)); | ||
} | ||
@@ -54,0 +59,0 @@ cleanup() { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
358481
3458
0
66