@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/README.md +95 -398
- package/app.plugin.js +3 -1
- package/dist/expo-plugin.js +1 -5
- package/dist/expo-plugin.js.map +1 -1
- package/dist/expo-plugin.mjs +1 -5
- 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 +4 -4
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.
|
|
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.
|
|
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"]);
|