@launchdarkly/observability 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,58 +1,58 @@
1
1
  {
2
- "name": "@launchdarkly/observability",
3
- "version": "1.0.2",
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.0"
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,429 +0,0 @@
1
- # @launchdarkly/observability
2
-
3
- ## [1.0.2](https://github.com/launchdarkly/observability-sdk/compare/observability-1.0.1...observability-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/observability-1.0.0...observability-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/observability-0.5.2...observability-1.0.0) (2026-01-28)
22
-
23
- This release marks the 1.0.0 stable version of the LaunchDarkly Observability Browser SDK.
24
-
25
- ## [0.5.2](https://github.com/launchdarkly/observability-sdk/compare/observability-0.5.1...observability-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/observability-0.5.0...observability-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/observability-0.4.11...observability-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/observability-0.4.10...observability-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/observability-0.4.9...observability-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/observability-0.4.8...observability-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/observability-0.4.7...observability-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/observability-0.4.6...observability-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/observability-0.4.5...observability-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/observability-0.4.4...observability-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/observability-0.4.3...observability-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/observability-0.4.2...observability-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/observability-0.4.1...observability-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/observability-0.4.0...observability-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/observability-0.3.12...observability-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
- - Updated dependencies [9d1fa42]
226
- - highlight.run@9.18.19
227
-
228
- ## 0.3.2
229
-
230
- ### Patch Changes
231
-
232
- - 3b7818c: update README EAP notice
233
-
234
- ## 0.3.1
235
-
236
- ### Patch Changes
237
-
238
- - Updated dependencies [491a594]
239
- - highlight.run@9.18.18
240
-
241
- ## 0.3.0
242
-
243
- ### Minor Changes
244
-
245
- - 3993134: refactor observability plugins to no longer require an observability project id
246
-
247
- ### Patch Changes
248
-
249
- - 2dcbae1: correctly record console methods
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: 75983c01e66ee0f3fda29f7ab4a78254d11013a0
259
- - 5fdfaba: update readmes to update early access preview progress
260
- - 5fdfaba: add user agent and navigator language on trace attributes
261
- - 5fdfaba: update flag span event names to follow feature_flag.evaluation convention
262
- - 5fdfaba: add version reporting for @launchdarkly/observability
263
- - Updated dependencies [5fdfaba]
264
- - Updated dependencies [5fdfaba]
265
- - Updated dependencies [5fdfaba]
266
- - highlight.run@9.18.16
267
-
268
- ## 0.2.1
269
-
270
- ### Patch Changes
271
-
272
- - Updated dependencies [49b32d8]
273
- - highlight.run@9.18.15
274
-
275
- ## 0.2.0
276
-
277
- ### Minor Changes
278
-
279
- - c901c22: move metrics listeners to Observability plugin from SessionReplay
280
-
281
- ### Patch Changes
282
-
283
- - c901c22: fix ErrorListener incorrectly reporting stacktrace via trace event
284
- - c901c22: fix document_load metric not forwarding to ldClient
285
- - c901c22: allow reporting 0-value document_load durations
286
- - Updated dependencies [c901c22]
287
- - Updated dependencies [c901c22]
288
- - Updated dependencies [c901c22]
289
- - highlight.run@9.18.14
290
-
291
- ## 0.1.17
292
-
293
- ### Patch Changes
294
-
295
- - 3f513ca: remove verbosity of user instrumentation events by default.
296
- only reports click, input, and submit window events as spans unless `otel.eventNames` is provided.
297
- - Updated dependencies [3f513ca]
298
- - highlight.run@9.18.13
299
-
300
- ## 0.1.16
301
-
302
- ### Patch Changes
303
-
304
- - 575ac87: ensure omitting project id does not break sdk
305
- - 575ac87: report all attributes of evaluation reason
306
- - Updated dependencies [575ac87]
307
- - Updated dependencies [575ac87]
308
- - highlight.run@9.18.12
309
-
310
- ## 0.1.15
311
-
312
- ### Patch Changes
313
-
314
- - Updated dependencies [24ff099]
315
- - highlight.run@9.18.11
316
-
317
- ## 0.1.14
318
-
319
- ### Patch Changes
320
-
321
- - b22881f: fix plugins not exporting types
322
- - bcbb6f7: export plugin options correctly
323
- - 188357c: fix session replay and observability plugin reporting to different sessions
324
- - 18ff47a: fix span duplication happening due to an unnecessary export retry
325
- - Updated dependencies [b22881f]
326
- - Updated dependencies [bcbb6f7]
327
- - Updated dependencies [188357c]
328
- - Updated dependencies [18ff47a]
329
- - highlight.run@9.18.10
330
-
331
- ## 0.1.13
332
-
333
- ### Patch Changes
334
-
335
- - d349bc2: wrap plugin initialization with try / catch to limit impact of internal errors
336
- - Updated dependencies [0e87afd]
337
- - Updated dependencies [d349bc2]
338
- - Updated dependencies [0e87afd]
339
- - highlight.run@9.18.9
340
-
341
- ## 0.1.12
342
-
343
- ### Patch Changes
344
-
345
- - 0ea7461: fix previous session not being resumed when tab is reloaded
346
- - Updated dependencies [af513d3]
347
- - highlight.run@9.18.8
348
-
349
- ## 0.1.11
350
-
351
- ### Patch Changes
352
-
353
- - Updated dependencies [57fa91d]
354
- - highlight.run@9.18.7
355
-
356
- ## 0.1.10
357
-
358
- ### Patch Changes
359
-
360
- - Updated dependencies [36e2247]
361
- - Updated dependencies [2c29bf4]
362
- - Updated dependencies [a8bf1aa]
363
- - highlight.run@9.18.6
364
-
365
- ## 0.1.9
366
-
367
- ### Patch Changes
368
-
369
- - Updated dependencies [bcd8ece]
370
- - highlight.run@9.18.5
371
-
372
- ## 0.1.8
373
-
374
- ### Patch Changes
375
-
376
- - Updated dependencies [1ab53f8]
377
- - highlight.run@9.18.4
378
-
379
- ## 0.1.7
380
-
381
- ### Patch Changes
382
-
383
- - Updated dependencies [bb75fea]
384
- - highlight.run@9.18.3
385
-
386
- ## 0.1.6
387
-
388
- ### Patch Changes
389
-
390
- - Updated dependencies [027df7b]
391
- - highlight.run@9.18.2
392
-
393
- ## 0.1.5
394
-
395
- ### Patch Changes
396
-
397
- - 24f38cf: update launchdarkly package reporting of attributes for application and environment
398
-
399
- ## 0.1.4
400
-
401
- ### Patch Changes
402
-
403
- - 96d5818: change type exports to be compatible with moduleResolution node
404
- - Updated dependencies [96d5818]
405
- - highlight.run@9.18.1
406
-
407
- ## 0.1.3
408
-
409
- ### Patch Changes
410
-
411
- - 6e77363: include highlight.run as dependency for type resolution
412
-
413
- ## 0.1.2
414
-
415
- ### Patch Changes
416
-
417
- - 1ea87fd: correctly publish dist directory
418
-
419
- ## 0.1.1
420
-
421
- ### Patch Changes
422
-
423
- - bcac87b: release initial public version
424
-
425
- ## 0.1.0
426
-
427
- ### Minor Changes
428
-
429
- - 26cc5f1: refactors highlight.run SDK into plugins consumed by new @launchdarkly packages