@launchdarkly/session-replay 1.0.2 → 1.1.0

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/package.json CHANGED
@@ -1,55 +1,55 @@
1
1
  {
2
- "name": "@launchdarkly/session-replay",
3
- "version": "1.0.2",
4
- "description": "Browser observability for your web app. Record session replays to visualize usage patterns.",
5
- "keywords": [
6
- "launchdarkly",
7
- "session replay",
8
- "debugging",
9
- "observability",
10
- "browser",
11
- "library"
12
- ],
13
- "homepage": "https://github.com/launchdarkly/observability-sdk#readme",
14
- "bugs": {
15
- "url": "https://github.com/launchdarkly/observability-sdk/issues",
16
- "email": "support@launchdarkly.com"
17
- },
18
- "license": "Apache-2.0",
19
- "repository": {
20
- "type": "git",
21
- "url": "https://github.com/launchdarkly/observability-sdk.git"
22
- },
23
- "scripts": {
24
- "typegen": "tsc",
25
- "build": "vite build"
26
- },
27
- "dependencies": {
28
- "highlight.run": "9.27.0"
29
- },
30
- "devDependencies": {
31
- "rollup-plugin-visualizer": "^5.14.0",
32
- "typescript": "^5.8.3",
33
- "vite": "^6.3.4",
34
- "vitest": "^3.1.2"
35
- },
36
- "type": "module",
37
- "main": "./dist/index.js",
38
- "module": "./dist/index.js",
39
- "unpkg": "./dist/index.umd.js",
40
- "jsdelivr": "./dist/index.umd.js",
41
- "types": "./dist/index.d.ts",
42
- "files": [
43
- "dist"
44
- ],
45
- "size-limit": [
46
- {
47
- "path": [
48
- "dist/*.js",
49
- "!dist/*.umd.js"
50
- ],
51
- "limit": "256 kB",
52
- "brotli": true
53
- }
54
- ]
55
- }
2
+ "name": "@launchdarkly/session-replay",
3
+ "version": "1.1.0",
4
+ "description": "Browser observability for your web app. Record session replays to visualize usage patterns.",
5
+ "keywords": [
6
+ "launchdarkly",
7
+ "session replay",
8
+ "debugging",
9
+ "observability",
10
+ "browser",
11
+ "library"
12
+ ],
13
+ "homepage": "https://github.com/launchdarkly/observability-sdk#readme",
14
+ "bugs": {
15
+ "url": "https://github.com/launchdarkly/observability-sdk/issues",
16
+ "email": "support@launchdarkly.com"
17
+ },
18
+ "license": "Apache-2.0",
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/launchdarkly/observability-sdk.git"
22
+ },
23
+ "scripts": {
24
+ "typegen": "tsc",
25
+ "build": "vite build"
26
+ },
27
+ "dependencies": {
28
+ "highlight.run": "workspace:*"
29
+ },
30
+ "devDependencies": {
31
+ "rollup-plugin-visualizer": "^5.14.0",
32
+ "typescript": "^5.8.3",
33
+ "vite": "^6.3.4",
34
+ "vitest": "^3.1.2"
35
+ },
36
+ "type": "module",
37
+ "main": "./dist/index.js",
38
+ "module": "./dist/index.js",
39
+ "unpkg": "./dist/index.umd.js",
40
+ "jsdelivr": "./dist/index.umd.js",
41
+ "types": "./dist/index.d.ts",
42
+ "files": [
43
+ "dist"
44
+ ],
45
+ "size-limit": [
46
+ {
47
+ "path": [
48
+ "dist/*.js",
49
+ "!dist/*.umd.js"
50
+ ],
51
+ "limit": "256 kB",
52
+ "brotli": true
53
+ }
54
+ ]
55
+ }
package/CHANGELOG.md DELETED
@@ -1,428 +0,0 @@
1
- # @launchdarkly/session-replay
2
-
3
- ## [1.0.2](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.0.1...session-replay-1.0.2) (2026-02-23)
4
-
5
-
6
- ### Dependencies
7
-
8
- * The following workspace dependencies were updated
9
- * dependencies
10
- * highlight.run bumped to 9.27.0
11
-
12
- ## [1.0.1](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.0.0...session-replay-1.0.1) (2026-02-13)
13
-
14
-
15
- ### Dependencies
16
-
17
- * The following workspace dependencies were updated
18
- * dependencies
19
- * highlight.run bumped to 9.26.1
20
-
21
- ## [1.0.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.5.2...session-replay-1.0.0) (2026-01-28)
22
-
23
- This release marks the 1.0.0 stable version of the LaunchDarkly Session Replay SDK.
24
-
25
- ## [0.5.2](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.5.1...session-replay-0.5.2) (2026-01-23)
26
-
27
-
28
- ### Dependencies
29
-
30
- * The following workspace dependencies were updated
31
- * dependencies
32
- * highlight.run bumped to 9.26.0
33
-
34
- ## [0.5.1](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.5.0...session-replay-0.5.1) (2026-01-21)
35
-
36
-
37
- ### Dependencies
38
-
39
- * The following workspace dependencies were updated
40
- * dependencies
41
- * highlight.run bumped to 9.25.1
42
-
43
- ## [0.5.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.11...session-replay-0.5.0) (2025-12-23)
44
-
45
-
46
- ### Features
47
-
48
- * publish umd for broser environments ([#334](https://github.com/launchdarkly/observability-sdk/issues/334)) ([3e90673](https://github.com/launchdarkly/observability-sdk/commit/3e90673e42335aeeef78cc807a07dfa21da19291))
49
-
50
- ## [0.4.11](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.10...session-replay-0.4.11) (2025-12-18)
51
-
52
-
53
- ### Dependencies
54
-
55
- * The following workspace dependencies were updated
56
- * dependencies
57
- * highlight.run bumped to 9.25.0
58
-
59
- ## [0.4.10](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.9...session-replay-0.4.10) (2025-12-12)
60
-
61
-
62
- ### Dependencies
63
-
64
- * The following workspace dependencies were updated
65
- * dependencies
66
- * highlight.run bumped to 9.24.0
67
-
68
- ## [0.4.9](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.8...session-replay-0.4.9) (2025-11-12)
69
-
70
-
71
- ### Dependencies
72
-
73
- * The following workspace dependencies were updated
74
- * dependencies
75
- * highlight.run bumped to 9.23.0
76
-
77
- ## [0.4.8](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.7...session-replay-0.4.8) (2025-11-10)
78
-
79
-
80
- ### Dependencies
81
-
82
- * The following workspace dependencies were updated
83
- * dependencies
84
- * highlight.run bumped to 9.22.5
85
-
86
- ## [0.4.7](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.6...session-replay-0.4.7) (2025-10-30)
87
-
88
-
89
- ### Dependencies
90
-
91
- * The following workspace dependencies were updated
92
- * dependencies
93
- * highlight.run bumped to 9.22.4
94
-
95
- ## [0.4.6](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.5...session-replay-0.4.6) (2025-10-24)
96
-
97
-
98
- ### Dependencies
99
-
100
- * The following workspace dependencies were updated
101
- * dependencies
102
- * highlight.run bumped to 9.22.3
103
-
104
- ## [0.4.5](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.4...session-replay-0.4.5) (2025-10-06)
105
-
106
-
107
- ### Dependencies
108
-
109
- * The following workspace dependencies were updated
110
- * dependencies
111
- * highlight.run bumped to 9.22.2
112
-
113
- ## [0.4.4](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.3...session-replay-0.4.4) (2025-10-03)
114
-
115
-
116
- ### Dependencies
117
-
118
- * The following workspace dependencies were updated
119
- * dependencies
120
- * highlight.run bumped to 9.22.1
121
-
122
- ## [0.4.3](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.2...session-replay-0.4.3) (2025-10-01)
123
-
124
-
125
- ### Dependencies
126
-
127
- * The following workspace dependencies were updated
128
- * dependencies
129
- * highlight.run bumped to 9.22.0
130
-
131
- ## [0.4.2](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.1...session-replay-0.4.2) (2025-09-24)
132
-
133
-
134
- ### Dependencies
135
-
136
- * The following workspace dependencies were updated
137
- * dependencies
138
- * highlight.run bumped to 9.21.1
139
-
140
- ## [0.4.1](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.0...session-replay-0.4.1) (2025-09-09)
141
-
142
-
143
- ### Dependencies
144
-
145
- * The following workspace dependencies were updated
146
- * dependencies
147
- * highlight.run bumped to 9.21.0
148
-
149
- ## [0.4.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.3.12...session-replay-0.4.0) (2025-08-29)
150
-
151
-
152
- ### Features
153
-
154
- * Version Packages ([#136](https://github.com/launchdarkly/observability-sdk/issues/136)) ([c271dc8](https://github.com/launchdarkly/observability-sdk/commit/c271dc87e4aba78355ca54cc7af9200f63da26a8))
155
-
156
- ## 0.3.12
157
-
158
- ### Patch Changes
159
-
160
- - Updated dependencies [7e8f9e5]
161
- - Updated dependencies [7e8f9e5]
162
- - highlight.run@9.20.0
163
-
164
- ## 0.3.11
165
-
166
- ### Patch Changes
167
-
168
- - 4ab5879: update o11y plugin docs to point to new launchdarkly pages and correctly reflect the SDK name
169
-
170
- ## 0.3.10
171
-
172
- ### Patch Changes
173
-
174
- - Updated dependencies [1beae4d]
175
- - highlight.run@9.19.1
176
-
177
- ## 0.3.9
178
-
179
- ### Patch Changes
180
-
181
- - Updated dependencies [d181f89]
182
- - highlight.run@9.19.0
183
-
184
- ## 0.3.8
185
-
186
- ### Patch Changes
187
-
188
- - d0ab9e3: conditionally check for window api availability
189
- - Updated dependencies [d0ab9e3]
190
- - highlight.run@9.18.23
191
-
192
- ## 0.3.7
193
-
194
- ### Patch Changes
195
-
196
- - 54aab8b: delete sessionData\_ localstorage values to avoid overfilling quota
197
- - Updated dependencies [54aab8b]
198
- - highlight.run@9.18.22
199
-
200
- ## 0.3.6
201
-
202
- ### Patch Changes
203
-
204
- - 060dfe9: introduce LDObserve.stop api
205
-
206
- ## 0.3.5
207
-
208
- ### Patch Changes
209
-
210
- - Updated dependencies [011032f]
211
- - highlight.run@9.18.21
212
-
213
- ## 0.3.4
214
-
215
- ### Patch Changes
216
-
217
- - a151858: support delayed plugin initialization via manualStart setting and start API.
218
- - Updated dependencies [a151858]
219
- - highlight.run@9.18.20
220
-
221
- ## 0.3.3
222
-
223
- ### Patch Changes
224
-
225
- - 9d1fa42: report member.email from context object
226
- - Updated dependencies [9d1fa42]
227
- - highlight.run@9.18.19
228
-
229
- ## 0.3.2
230
-
231
- ### Patch Changes
232
-
233
- - 3b7818c: update README EAP notice
234
-
235
- ## 0.3.1
236
-
237
- ### Patch Changes
238
-
239
- - Updated dependencies [491a594]
240
- - highlight.run@9.18.18
241
-
242
- ## 0.3.0
243
-
244
- ### Minor Changes
245
-
246
- - 3993134: refactor observability plugins to no longer require an observability project id
247
-
248
- ### Patch Changes
249
-
250
- - Updated dependencies [3993134]
251
- - Updated dependencies [2dcbae1]
252
- - highlight.run@9.18.17
253
-
254
- ## 0.2.2
255
-
256
- ### Patch Changes
257
-
258
- - 5fdfaba: update readmes to update early access preview progress
259
- - 5fdfaba: gracefully handle broken url for LDRecord.getSession
260
- - 5fdfaba: enable session replay in webdriver navigators
261
- - Updated dependencies [5fdfaba]
262
- - Updated dependencies [5fdfaba]
263
- - Updated dependencies [5fdfaba]
264
- - highlight.run@9.18.16
265
-
266
- ## 0.2.1
267
-
268
- ### Patch Changes
269
-
270
- - Updated dependencies [49b32d8]
271
- - highlight.run@9.18.15
272
-
273
- ## 0.2.0
274
-
275
- ### Minor Changes
276
-
277
- - c901c22: move metrics listeners to Observability plugin from SessionReplay
278
- - 4b48fe8: set privacySetting to `strict` by default when not set
279
-
280
- ### Patch Changes
281
-
282
- - c901c22: fix ErrorListener incorrectly reporting stacktrace via trace event
283
- - c901c22: fix document_load metric not forwarding to ldClient
284
- - c901c22: allow reporting 0-value document_load durations
285
- - Updated dependencies [c901c22]
286
- - Updated dependencies [c901c22]
287
- - Updated dependencies [c901c22]
288
- - highlight.run@9.18.14
289
-
290
- ## 0.1.17
291
-
292
- ### Patch Changes
293
-
294
- - 3f513ca: remove verbosity of user instrumentation events by default.
295
- only reports click, input, and submit window events as spans unless `otel.eventNames` is provided.
296
- - Updated dependencies [3f513ca]
297
- - highlight.run@9.18.13
298
-
299
- ## 0.1.16
300
-
301
- ### Patch Changes
302
-
303
- - 575ac87: ensure omitting project id does not break sdk
304
- - 575ac87: report all attributes of evaluation reason
305
- - Updated dependencies [575ac87]
306
- - Updated dependencies [575ac87]
307
- - highlight.run@9.18.12
308
-
309
- ## 0.1.15
310
-
311
- ### Patch Changes
312
-
313
- - Updated dependencies [24ff099]
314
- - highlight.run@9.18.11
315
-
316
- ## 0.1.14
317
-
318
- ### Patch Changes
319
-
320
- - b22881f: fix plugins not exporting types
321
- - bcbb6f7: export plugin options correctly
322
- - 188357c: fix session replay and observability plugin reporting to different sessions
323
- - 18ff47a: fix span duplication happening due to an unnecessary export retry
324
- - Updated dependencies [b22881f]
325
- - Updated dependencies [bcbb6f7]
326
- - Updated dependencies [188357c]
327
- - Updated dependencies [18ff47a]
328
- - highlight.run@9.18.10
329
-
330
- ## 0.1.13
331
-
332
- ### Patch Changes
333
-
334
- - d349bc2: wrap plugin initialization with try / catch to limit impact of internal errors
335
- - Updated dependencies [0e87afd]
336
- - Updated dependencies [d349bc2]
337
- - Updated dependencies [0e87afd]
338
- - highlight.run@9.18.9
339
-
340
- ## 0.1.12
341
-
342
- ### Patch Changes
343
-
344
- - 0ea7461: fix previous session not being resumed when tab is reloaded
345
- - Updated dependencies [af513d3]
346
- - highlight.run@9.18.8
347
-
348
- ## 0.1.11
349
-
350
- ### Patch Changes
351
-
352
- - Updated dependencies [57fa91d]
353
- - highlight.run@9.18.7
354
-
355
- ## 0.1.10
356
-
357
- ### Patch Changes
358
-
359
- - Updated dependencies [36e2247]
360
- - Updated dependencies [2c29bf4]
361
- - Updated dependencies [a8bf1aa]
362
- - highlight.run@9.18.6
363
-
364
- ## 0.1.9
365
-
366
- ### Patch Changes
367
-
368
- - Updated dependencies [bcd8ece]
369
- - highlight.run@9.18.5
370
-
371
- ## 0.1.8
372
-
373
- ### Patch Changes
374
-
375
- - Updated dependencies [1ab53f8]
376
- - highlight.run@9.18.4
377
-
378
- ## 0.1.7
379
-
380
- ### Patch Changes
381
-
382
- - Updated dependencies [bb75fea]
383
- - highlight.run@9.18.3
384
-
385
- ## 0.1.6
386
-
387
- ### Patch Changes
388
-
389
- - Updated dependencies [027df7b]
390
- - highlight.run@9.18.2
391
-
392
- ## 0.1.5
393
-
394
- ### Patch Changes
395
-
396
- - 24f38cf: update launchdarkly package reporting of attributes for application and environment
397
-
398
- ## 0.1.4
399
-
400
- ### Patch Changes
401
-
402
- - 96d5818: change type exports to be compatible with moduleResolution node
403
- - Updated dependencies [96d5818]
404
- - highlight.run@9.18.1
405
-
406
- ## 0.1.3
407
-
408
- ### Patch Changes
409
-
410
- - 6e77363: include highlight.run as dependency for type resolution
411
-
412
- ## 0.1.2
413
-
414
- ### Patch Changes
415
-
416
- - 1ea87fd: correctly publish dist directory
417
-
418
- ## 0.1.1
419
-
420
- ### Patch Changes
421
-
422
- - bcac87b: release initial public version
423
-
424
- ## 0.1.0
425
-
426
- ### Minor Changes
427
-
428
- - 26cc5f1: refactors highlight.run SDK into plugins consumed by new @launchdarkly packages