Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit ca34d81

Browse files
committed
Increase max attributes constraint (15 since Batch SDK 1.15.+)
1 parent b66527c commit ca34d81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BatchEventData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { isString, isNumber, isBoolean } from './helpers/TypeHelpers';
44
export const Consts = {
55
AttributeKeyRegexp: /^[a-zA-Z0-9_]{1,30}$/,
66
EventDataMaxTags: 10,
7-
EventDataMaxValues: 10,
7+
EventDataMaxValues: 15,
88
EventDataStringMaxLength: 64,
99
};
1010

0 commit comments

Comments
 (0)