@microsoft/applicationinsights-react-js 3.2.1-nightly.202110-06 → 3.2.1-nightly.202110-07

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - React Plugin, 3.2.1-nightly.202110-06
2
+ * Application Insights JavaScript SDK - React Plugin, 3.2.1-nightly.202110-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -440,7 +440,8 @@
440
440
  CannotParseAiBlobValue: 101,
441
441
  InvalidContentBlob: 102,
442
442
  TrackPageActionEventFailed: 103,
443
- FailedAddingCustomDefinedRequestContext: 104
443
+ FailedAddingCustomDefinedRequestContext: 104,
444
+ InMemoryStorageBufferFull: 105
444
445
  };
445
446
 
446
447
  var strOnPrefix = "on";