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.
1 parent 011f4d6 commit 8e2be83Copy full SHA for 8e2be83
Analytics/Integrations/Segmentio/SEGSegmentioIntegration.m
@@ -358,7 +358,7 @@ - (void)enqueueAction:(NSString *)action dictionary:(NSDictionary *)dictionary o
358
NSMutableDictionary *context = [NSMutableDictionary dictionaryWithCapacity:capacity];
359
[context addEntriesFromDictionary:defaultContext];
360
[context addEntriesFromDictionary:customContext]; // let the custom context override ours
361
- [payload setValue:[self context] forKey:@"context"];
+ [payload setValue:context forKey:@"context"];
362
363
SEGLog(@"%@ Enqueueing action: %@", self, payload);
364
[self queuePayload:payload];
0 commit comments