@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.d.ts CHANGED
@@ -440,7 +440,7 @@ declare function __resetConsoleInstrumentationFlagForTest(): void;
440
440
 
441
441
  declare const INGEST_HOST = "https://api.allstak.sa";
442
442
  declare const SDK_NAME = "allstak-react-native";
443
- declare const SDK_VERSION = "0.3.1";
443
+ declare const SDK_VERSION = "0.3.3";
444
444
 
445
445
  interface AllStakConfig {
446
446
  /** Project API key (`ask_live_…`). Required. */
package/dist/index.js CHANGED
@@ -1446,7 +1446,7 @@ function unbindHttpInstrumentation() {
1446
1446
  // src/client.ts
1447
1447
  var INGEST_HOST = "https://api.allstak.sa";
1448
1448
  var SDK_NAME = "allstak-react-native";
1449
- var SDK_VERSION = "0.3.1";
1449
+ var SDK_VERSION = "0.3.3";
1450
1450
  var ERRORS_PATH = "/ingest/v1/errors";
1451
1451
  var LOGS_PATH = "/ingest/v1/logs";
1452
1452
  var VALID_BREADCRUMB_TYPES = /* @__PURE__ */ new Set(["http", "log", "ui", "navigation", "query", "default"]);