@launchdarkly/session-replay 1.1.10 → 1.1.13
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/CHANGELOG.md +32 -0
- package/dist/{LDObserve-BWP0kTR0.js → LDObserve-Drbjm0Eg.js} +2 -2
- package/dist/{LDObserve-BWP0kTR0.js.map → LDObserve-Drbjm0Eg.js.map} +1 -1
- package/dist/{index-CKqZvJsH.js → index-B1vZQYDC.js} +2999 -2905
- package/dist/index-B1vZQYDC.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/index.umd.js +82 -80
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
- package/dist/index-CKqZvJsH.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @launchdarkly/session-replay
|
|
2
2
|
|
|
3
|
+
## [1.1.13](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.1.12...session-replay-1.1.13) (2026-06-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* highlight.run bumped to 10.3.4
|
|
11
|
+
|
|
12
|
+
## [1.1.12](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.1.11...session-replay-1.1.12) (2026-06-08)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* The following workspace dependencies were updated
|
|
18
|
+
* dependencies
|
|
19
|
+
* highlight.run bumped to 10.3.3
|
|
20
|
+
|
|
21
|
+
## [1.1.11](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.1.10...session-replay-1.1.11) (2026-06-05)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* upgrade vulnerable dependencies flagged by Dependabot ([#596](https://github.com/launchdarkly/observability-sdk/issues/596)) ([c15b3d9](https://github.com/launchdarkly/observability-sdk/commit/c15b3d9547946f6dfe334f0a5b43002f5f8781a2))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* The following workspace dependencies were updated
|
|
32
|
+
* dependencies
|
|
33
|
+
* highlight.run bumped to 10.3.2
|
|
34
|
+
|
|
3
35
|
## [1.1.10](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.1.9...session-replay-1.1.10) (2026-06-03)
|
|
4
36
|
|
|
5
37
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { x as a } from "./index-
|
|
1
|
+
import { x as a } from "./index-B1vZQYDC.js";
|
|
2
2
|
class u extends a {
|
|
3
3
|
start() {
|
|
4
4
|
return this._sdk.start();
|
|
@@ -56,4 +56,4 @@ typeof globalThis < "u" ? globalThis.LDObserve ? o = globalThis.LDObserve : (o =
|
|
|
56
56
|
export {
|
|
57
57
|
o as LDObserve
|
|
58
58
|
};
|
|
59
|
-
//# sourceMappingURL=LDObserve-
|
|
59
|
+
//# sourceMappingURL=LDObserve-Drbjm0Eg.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LDObserve-
|
|
1
|
+
{"version":3,"file":"LDObserve-Drbjm0Eg.js","sources":["../../../highlight-run/dist/LDObserve.js"],"sourcesContent":["import { B as a } from \"./buffer-DIFxvF2Q.js\";\nclass u extends a {\n start() {\n return this._sdk.start();\n }\n stop() {\n return this._sdk.stop();\n }\n recordGauge(r) {\n return this._bufferCall(\"recordGauge\", [r]);\n }\n recordCount(r) {\n return this._bufferCall(\"recordCount\", [r]);\n }\n recordIncr(r) {\n return this._bufferCall(\"recordIncr\", [r]);\n }\n recordHistogram(r) {\n return this._bufferCall(\"recordHistogram\", [r]);\n }\n recordUpDownCounter(r) {\n return this._bufferCall(\"recordUpDownCounter\", [r]);\n }\n // TODO: Ask @vkorolik about using this method before initialization. Doesn't\n // this cause problems if someone tries to work with the returned span?\n startSpan(r, e, t, s) {\n return this._bufferCall(\"startSpan\", [r, e, t, s]);\n }\n startManualSpan(r, e, t, s) {\n return this._bufferCall(\"startManualSpan\", [r, e, t, s]);\n }\n register(r, e) {\n return this._bufferCall(\"register\", [r, e]);\n }\n recordLog(r, e, t) {\n return this._bufferCall(\"recordLog\", [r, e, t]);\n }\n recordError(r, e, t, s, l) {\n return this._bufferCall(\"recordError\", [\n r,\n e,\n t,\n s,\n l\n ]);\n }\n setLDContextKeyAttributes(r) {\n return this._bufferCall(\"setLDContextKeyAttributes\", [r]);\n }\n getLDContextKeyAttributes() {\n return this._bufferCall(\"getLDContextKeyAttributes\", []);\n }\n}\nlet o;\ntypeof globalThis != \"undefined\" ? globalThis.LDObserve ? o = globalThis.LDObserve : (o = new u(), globalThis.LDObserve = o) : o = new u();\nexport {\n o as LDObserve\n};\n//# sourceMappingURL=LDObserve.js.map\n"],"names":["a","l"],"mappings":";AACA,MAAM,UAAUA,EAAE;AAAA,EAChB,QAAQ;AACN,WAAO,KAAK,KAAK,MAAK;AAAA,EACxB;AAAA,EACA,OAAO;AACL,WAAO,KAAK,KAAK,KAAI;AAAA,EACvB;AAAA,EACA,YAAY,GAAG;AACb,WAAO,KAAK,YAAY,eAAe,CAAC,CAAC,CAAC;AAAA,EAC5C;AAAA,EACA,YAAY,GAAG;AACb,WAAO,KAAK,YAAY,eAAe,CAAC,CAAC,CAAC;AAAA,EAC5C;AAAA,EACA,WAAW,GAAG;AACZ,WAAO,KAAK,YAAY,cAAc,CAAC,CAAC,CAAC;AAAA,EAC3C;AAAA,EACA,gBAAgB,GAAG;AACjB,WAAO,KAAK,YAAY,mBAAmB,CAAC,CAAC,CAAC;AAAA,EAChD;AAAA,EACA,oBAAoB,GAAG;AACrB,WAAO,KAAK,YAAY,uBAAuB,CAAC,CAAC,CAAC;AAAA,EACpD;AAAA;AAAA;AAAA,EAGA,UAAU,GAAG,GAAG,GAAG,GAAG;AACpB,WAAO,KAAK,YAAY,aAAa,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC;AAAA,EACnD;AAAA,EACA,gBAAgB,GAAG,GAAG,GAAG,GAAG;AAC1B,WAAO,KAAK,YAAY,mBAAmB,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC;AAAA,EACzD;AAAA,EACA,SAAS,GAAG,GAAG;AACb,WAAO,KAAK,YAAY,YAAY,CAAC,GAAG,CAAC,CAAC;AAAA,EAC5C;AAAA,EACA,UAAU,GAAG,GAAG,GAAG;AACjB,WAAO,KAAK,YAAY,aAAa,CAAC,GAAG,GAAG,CAAC,CAAC;AAAA,EAChD;AAAA,EACA,YAAY,GAAG,GAAG,GAAG,GAAGC,GAAG;AACzB,WAAO,KAAK,YAAY,eAAe;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACAA;AAAA,IACN,CAAK;AAAA,EACH;AAAA,EACA,0BAA0B,GAAG;AAC3B,WAAO,KAAK,YAAY,6BAA6B,CAAC,CAAC,CAAC;AAAA,EAC1D;AAAA,EACA,4BAA4B;AAC1B,WAAO,KAAK,YAAY,6BAA6B,EAAE;AAAA,EACzD;AACF;AACG,IAAC;AACJ,OAAO,aAAc,MAAc,WAAW,YAAY,IAAI,WAAW,aAAa,IAAI,IAAI,EAAC,GAAI,WAAW,YAAY,KAAK,IAAI,IAAI,EAAC;"}
|