parent
b1ee76ef0e
commit
9ec1038a00
|
|
@ -224,13 +224,7 @@ namespace Guru
|
||||||
}
|
}
|
||||||
|
|
||||||
Dictionary<string, object> dict = new Dictionary<string, object>();
|
Dictionary<string, object> dict = new Dictionary<string, object>();
|
||||||
if (extras != null)
|
GuruSDKUtils.MergeDictionary(dict, extras);
|
||||||
{
|
|
||||||
foreach (var k in extras.Keys)
|
|
||||||
{
|
|
||||||
dict[k] = extras[k];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (eventSetting.EnableAdjustAnalytics)
|
if (eventSetting.EnableAdjustAnalytics)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue