@flareapp/js 2.1.0 → 2.2.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/README.md +5 -0
- package/dist/index.cjs +115 -556
- package/dist/index.d.cts +6 -123
- package/dist/index.d.mts +6 -123
- package/dist/index.mjs +68 -525
- package/package.json +6 -2
- package/CHANGELOG.md +0 -33
- package/tsconfig.json +0 -4
package/README.md
CHANGED
|
@@ -25,6 +25,11 @@ collects browser context, and sends error reports to Flare.
|
|
|
25
25
|
Full documentation on configuration, hooks, context, breadcrumbs, solution providers, and more is available
|
|
26
26
|
at [flareapp.io/docs/javascript/general/installation](https://flareapp.io/docs/javascript/general/installation).
|
|
27
27
|
|
|
28
|
+
## Deprecations
|
|
29
|
+
|
|
30
|
+
> `redactFullPath` is now a deprecated alias for `redactUrlQuery`. Both names
|
|
31
|
+
> are still exported and continue to work; prefer `redactUrlQuery` in new code.
|
|
32
|
+
|
|
28
33
|
## License
|
|
29
34
|
|
|
30
35
|
The MIT License (MIT). Please see [License File](../../LICENSE.md) for more information.
|