@allstak/react-native 0.3.2 → 0.3.3

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/index.mjs CHANGED
@@ -1386,7 +1386,7 @@ function unbindHttpInstrumentation() {
1386
1386
  // src/client.ts
1387
1387
  var INGEST_HOST = "https://api.allstak.sa";
1388
1388
  var SDK_NAME = "allstak-react-native";
1389
- var SDK_VERSION = "0.3.1";
1389
+ var SDK_VERSION = "0.3.3";
1390
1390
  var ERRORS_PATH = "/ingest/v1/errors";
1391
1391
  var LOGS_PATH = "/ingest/v1/logs";
1392
1392
  var VALID_BREADCRUMB_TYPES = /* @__PURE__ */ new Set(["http", "log", "ui", "navigation", "query", "default"]);