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