@allstak/react 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 +97 -324
- 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
|
@@ -1437,7 +1437,7 @@ function __resetWebVitalsFlagForTest() {
|
|
|
1437
1437
|
// src/client.ts
|
|
1438
1438
|
var INGEST_HOST = "https://api.allstak.sa";
|
|
1439
1439
|
var SDK_NAME = "allstak-react";
|
|
1440
|
-
var SDK_VERSION = "0.3.
|
|
1440
|
+
var SDK_VERSION = "0.3.3";
|
|
1441
1441
|
var ERRORS_PATH = "/ingest/v1/errors";
|
|
1442
1442
|
var LOGS_PATH = "/ingest/v1/logs";
|
|
1443
1443
|
var VALID_BREADCRUMB_TYPES = /* @__PURE__ */ new Set(["http", "log", "ui", "navigation", "query", "default"]);
|