@flareapp/js 2.12.0 → 2.12.1

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/browser.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_catchWindowErrors = require('./catchWindowErrors-BWKVBTkt.cjs');
2
+ const require_catchWindowErrors = require('./catchWindowErrors-BSJfXoWb.cjs');
3
3
  let _flareapp_core = require("@flareapp/core");
4
4
 
5
5
  //#region src/browser.ts
package/dist/browser.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { C as currentHref, D as absoluteHref, E as routeName, O as absoluteUrl, S as registerNavigationSource, T as resolveHref, _ as BrowserFlushScheduler, a as recordComponentSpan, b as browserUrlContext, c as startBrowserTracing, d as instrumentOnce, f as insulate, g as collectBrowser, h as FetchFileReader, i as nowNano, l as stopBrowserTracing, m as CLIENT_VERSION, n as createFlareResolver, o as reserveSpanId, p as safeInvoke, r as activeComponentRoot, s as resolveComponentParent, t as catchWindowErrors, u as BrowserSpanType, v as startBreadcrumbs, w as currentPath, x as withRequestPatches, y as traceRequests } from "./catchWindowErrors-ChRN4Lq1.mjs";
1
+ import { C as currentHref, D as absoluteHref, E as routeName, O as absoluteUrl, S as registerNavigationSource, T as resolveHref, _ as BrowserFlushScheduler, a as recordComponentSpan, b as browserUrlContext, c as startBrowserTracing, d as instrumentOnce, f as insulate, g as collectBrowser, h as FetchFileReader, i as nowNano, l as stopBrowserTracing, m as CLIENT_VERSION, n as createFlareResolver, o as reserveSpanId, p as safeInvoke, r as activeComponentRoot, s as resolveComponentParent, t as catchWindowErrors, u as BrowserSpanType, v as startBreadcrumbs, w as currentPath, x as withRequestPatches, y as traceRequests } from "./catchWindowErrors-C9vXZjft.mjs";
2
2
  import { Api, Flare as Flare$1, FrameworkName, GlobalScopeProvider } from "@flareapp/core";
3
3
 
4
4
  //#region src/browser.ts
@@ -1044,7 +1044,7 @@ var FetchFileReader = class {
1044
1044
 
1045
1045
  //#endregion
1046
1046
  //#region src/env/index.ts
1047
- const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.12.0" : "?";
1047
+ const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.12.1" : "?";
1048
1048
 
1049
1049
  //#endregion
1050
1050
  //#region src/tracing/utils/instrumentationGuard.ts
@@ -1044,7 +1044,7 @@ var FetchFileReader = class {
1044
1044
 
1045
1045
  //#endregion
1046
1046
  //#region src/env/index.ts
1047
- const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.12.0" : "?";
1047
+ const CLIENT_VERSION = typeof process !== "undefined" && true ? "2.12.1" : "?";
1048
1048
 
1049
1049
  //#endregion
1050
1050
  //#region src/tracing/utils/instrumentationGuard.ts
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_catchWindowErrors = require('./catchWindowErrors-BWKVBTkt.cjs');
2
+ const require_catchWindowErrors = require('./catchWindowErrors-BSJfXoWb.cjs');
3
3
  const require_browser = require('./browser.cjs');
4
4
  let _flareapp_core = require("@flareapp/core");
5
5
 
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as createFlareResolver, t as catchWindowErrors } from "./catchWindowErrors-ChRN4Lq1.mjs";
1
+ import { n as createFlareResolver, t as catchWindowErrors } from "./catchWindowErrors-C9vXZjft.mjs";
2
2
  import { Flare } from "./browser.mjs";
3
3
  import { DEFAULT_URL_DENYLIST, FrameworkName, GlobalScopeProvider, Logger, NullFileReader, Scope, convertToError, redactObjectValues, redactUrlQuery, redactUrlQuery as redactFullPath, resolveDenylist, toCustomContext } from "@flareapp/core";
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flareapp/js",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "JavaScript client for flareapp.io",
5
5
  "homepage": "https://flareapp.io",
6
6
  "bugs": {
@@ -59,7 +59,7 @@
59
59
  "release": "release-it"
60
60
  },
61
61
  "dependencies": {
62
- "@flareapp/core": "2.12.0"
62
+ "@flareapp/core": "2.12.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@flareapp/test-helpers": "*",