@cubenest/rrweb-core 0.1.0-alpha.2 → 0.1.0-alpha.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 +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,6 @@ Shared rrweb-based capture substrate. Used by [`tracelane`](https://github.com/C
|
|
|
4
4
|
|
|
5
5
|
## What's in here
|
|
6
6
|
|
|
7
|
-
See [ADR-0002](https://github.com/Cubenest/rrweb-stack/blob/main/prds/adrs/0002-rrweb-posthog-fork-substrate.md) for the full inventory.
|
|
8
|
-
|
|
9
7
|
- Vendored PostHog rrweb fork (`@posthog/rrweb@0.0.34`)
|
|
10
8
|
- PII masking primitives (selectors + regex bank + body/header redaction)
|
|
11
9
|
- Large-DOM throttling defaults (mutation guard, data-URL guard, single-event size cap)
|
|
@@ -19,7 +17,7 @@ See [ADR-0002](https://github.com/Cubenest/rrweb-stack/blob/main/prds/adrs/0002-
|
|
|
19
17
|
|
|
20
18
|
## Versioning
|
|
21
19
|
|
|
22
|
-
Independent semver. Breaking changes are coordinated across `tracelane` and `peek` releases
|
|
20
|
+
Independent semver. Breaking changes are coordinated across `tracelane` and `peek` releases.
|
|
23
21
|
|
|
24
22
|
## License
|
|
25
23
|
|