@microsoft/applicationinsights-offlinechannel-js 0.3.1-nightly3.2407-14 → 0.3.1-nightly3.2407-16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es5/applicationinsights-offlinechannel-js.js +5 -5
- package/dist/es5/applicationinsights-offlinechannel-js.js.map +1 -1
- package/dist/es5/applicationinsights-offlinechannel-js.min.js +2 -2
- package/dist/es5/applicationinsights-offlinechannel-js.min.js.map +1 -1
- package/dist-es5/Helpers/Utils.js +1 -1
- package/dist-es5/InMemoryBatch.js +1 -1
- package/dist-es5/Interfaces/IInMemoryBatch.js +1 -1
- package/dist-es5/Interfaces/IOfflineBatch.js +1 -1
- package/dist-es5/Interfaces/IOfflineIndexDb.js +1 -1
- package/dist-es5/Interfaces/IOfflineProvider.js +1 -1
- package/dist-es5/Interfaces/ISender.js +1 -1
- package/dist-es5/OfflineBatchHandler.js +1 -1
- package/dist-es5/OfflineChannel.js +2 -2
- package/dist-es5/OfflineChannel.js.map +1 -1
- package/dist-es5/PayloadHelper.js +1 -1
- package/dist-es5/Providers/IndexDbHelper.js +1 -1
- package/dist-es5/Providers/IndexDbProvider.js +2 -2
- package/dist-es5/Providers/IndexDbProvider.js.map +1 -1
- package/dist-es5/Providers/WebStorageProvider.js +2 -2
- package/dist-es5/Providers/WebStorageProvider.js.map +1 -1
- package/dist-es5/Sender.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/applicationinsights-offlinechannel-js.js +1 -1
- package/package.json +3 -3
- package/types/applicationinsights-offlinechannel-js.d.ts +3 -2
- package/types/applicationinsights-offlinechannel-js.namespaced.d.ts +3 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Offline Channel, 0.3.1-nightly3.2407-
|
|
2
|
+
* Application Insights JavaScript SDK - Offline Channel, 0.3.1-nightly3.2407-16
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1980,7 +1980,7 @@
|
|
|
1980
1980
|
return result;
|
|
1981
1981
|
}
|
|
1982
1982
|
|
|
1983
|
-
var version$1 = '3.3.1-nightly3.2407-
|
|
1983
|
+
var version$1 = '3.3.1-nightly3.2407-16';
|
|
1984
1984
|
var instanceName = "." + newId(6);
|
|
1985
1985
|
var _dataUid = 0;
|
|
1986
1986
|
function _canAcceptData(target) {
|
|
@@ -4581,7 +4581,7 @@
|
|
|
4581
4581
|
var DefaultStorageKey = "AIOffline";
|
|
4582
4582
|
var DefaultMaxStorageSizeInBytes = 5000000;
|
|
4583
4583
|
var MaxCriticalEvtsDropCnt$1 = 2;
|
|
4584
|
-
var DefaultMaxInStorageTime =
|
|
4584
|
+
var DefaultMaxInStorageTime = 604800000;
|
|
4585
4585
|
function _isQuotaExceeded(storage, e) {
|
|
4586
4586
|
var result = false;
|
|
4587
4587
|
if (e instanceof DOMException) {
|
|
@@ -5443,7 +5443,7 @@
|
|
|
5443
5443
|
|
|
5444
5444
|
var EventsToDropAtOneTime = 10;
|
|
5445
5445
|
var StoreVersion = 1;
|
|
5446
|
-
var OrhpanedEventThresholdInMs =
|
|
5446
|
+
var OrhpanedEventThresholdInMs = 604800000;
|
|
5447
5447
|
var UnknowniKey = "Unknown";
|
|
5448
5448
|
var ErrorMessageUnableToAddEvent = "DBError: Unable to add event";
|
|
5449
5449
|
var MaxCriticalEvtsDropCnt = 2;
|
|
@@ -6348,7 +6348,7 @@
|
|
|
6348
6348
|
return Sender;
|
|
6349
6349
|
}());
|
|
6350
6350
|
|
|
6351
|
-
var version = '0.3.1-nightly3.2407-
|
|
6351
|
+
var version = '0.3.1-nightly3.2407-16';
|
|
6352
6352
|
var DefaultOfflineIdentifier = "OfflineChannel";
|
|
6353
6353
|
var DefaultBatchInterval = 15000;
|
|
6354
6354
|
var DefaultInMemoMaxTime = 15000;
|