File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Analytics/Integrations/Segmentio Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -356,6 +356,7 @@ - (void)enqueueAction:(NSString *)action dictionary:(NSDictionary *)dictionary o
356
356
NSDictionary *customContext = options[@" context" ];
357
357
int capacity = customContext.count + defaultContext.count ;
358
358
NSMutableDictionary *context = [NSMutableDictionary dictionaryWithCapacity: capacity];
359
+ [context setValue: _traits forKey: @" traits" ];
359
360
[context addEntriesFromDictionary: defaultContext];
360
361
[context addEntriesFromDictionary: customContext]; // let the custom context override ours
361
362
[payload setValue: context forKey: @" context" ];
Original file line number Diff line number Diff line change @@ -75,4 +75,4 @@ SPEC CHECKSUMS:
75
75
TRVSDictionaryWithCaseInsensitivity: 51d2ccf52c6d645d27b63467a98fa02c556e01b0
76
76
TRVSKit: cbc09d442ce631c6b0f9e4ee4fb666a96146e4b3
77
77
78
- COCOAPODS: 0.35.0
78
+ COCOAPODS: 0.37.1
You can’t perform that action at this time.
0 commit comments