Merge pull request #254 from Microsoft/ShipSessionStorageBuffer

Ship session storage buffer
This commit is contained in:
Kamil Szostak 2016-07-05 11:52:05 -07:00 коммит произвёл GitHub
Родитель 08d266b3e9 7180bcaf98
Коммит c9d39855b8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -176,7 +176,7 @@ module Microsoft.ApplicationInsights {
config.enableSessionStorageBuffer = (config.enableSessionStorageBuffer !== undefined && config.enableSessionStorageBuffer !== null) ?
Util.stringToBoolOrDefault(config.enableSessionStorageBuffer) :
false;
true;
return config;
}