@allstak/react-native 0.3.3 → 0.3.4
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/build-hooks/upload-sourcemaps.js +15 -0
- package/dist/build/sourcemaps.js +18 -2
- package/dist/build/sourcemaps.js.map +1 -1
- package/dist/build/sourcemaps.mjs +20 -4
- package/dist/build/sourcemaps.mjs.map +1 -1
- package/dist/expo-plugin.js +1 -1
- package/dist/expo-plugin.js.map +1 -1
- package/dist/expo-plugin.mjs +1 -1
- package/dist/expo-plugin.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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.
|
|
1389
|
+
var SDK_VERSION = "0.3.4";
|
|
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"]);
|