@kush_hemant/react-api-monitor 1.0.44 → 1.0.45

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -217,6 +217,7 @@ function startNetworkMonitoring() {
217
217
  }
218
218
 
219
219
  // src/index.js
220
+ monitorErrors();
220
221
  function initMonitoring(options) {
221
222
  configureSender(
222
223
  options.endpoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kush_hemant/react-api-monitor",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "Automatic API monitoring SDK for React apps",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",