@launchdarkly/observability 0.4.1 → 0.4.2
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 +9 -0
- package/dist/observability.js +9 -5
- package/dist/observability.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @launchdarkly/observability
|
|
2
2
|
|
|
3
|
+
## [0.4.2](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.1...observability-0.4.2) (2025-09-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* highlight.run bumped to 9.21.1
|
|
11
|
+
|
|
3
12
|
## [0.4.1](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.0...observability-0.4.1) (2025-09-09)
|
|
4
13
|
|
|
5
14
|
|
package/dist/observability.js
CHANGED
|
@@ -3956,7 +3956,7 @@ function ip(e) {
|
|
|
3956
3956
|
}
|
|
3957
3957
|
}
|
|
3958
3958
|
var bs = /* @__PURE__ */ ((e) => (e.BillingQuotaExceeded = "BillingQuotaExceeded", e))(bs || {});
|
|
3959
|
-
const Gi =
|
|
3959
|
+
const Gi = 3, Hi = 1e3, zi = 500, op = [bs.BillingQuotaExceeded.toString()], ap = (e) => {
|
|
3960
3960
|
var t;
|
|
3961
3961
|
return ((t = e.response.errors) == null ? void 0 : t.find(
|
|
3962
3962
|
(r) => op.includes(r.message)
|
|
@@ -4089,7 +4089,7 @@ let bp = class {
|
|
|
4089
4089
|
return this._bufferCall("track", [t, r]);
|
|
4090
4090
|
}
|
|
4091
4091
|
};
|
|
4092
|
-
const Sp = "9.21.
|
|
4092
|
+
const Sp = "9.21.1", wp = {
|
|
4093
4093
|
version: Sp
|
|
4094
4094
|
}, Ap = wp.version;
|
|
4095
4095
|
function Lp(e) {
|
|
@@ -14447,7 +14447,7 @@ const Ur = "highlight.record", vb = "highlight.session_id", Yu = "launchdarkly.j
|
|
|
14447
14447
|
...k_
|
|
14448
14448
|
], m = (i = e.environment) != null ? i : "production", v = {
|
|
14449
14449
|
url: e.otlpEndpoint + "/v1/traces",
|
|
14450
|
-
concurrencyLimit:
|
|
14450
|
+
concurrencyLimit: 10,
|
|
14451
14451
|
timeoutMillis: 3e4,
|
|
14452
14452
|
// Using any because we were getting an error importing CompressionAlgorithm
|
|
14453
14453
|
// from @opentelemetry/otlp-exporter-base.
|
|
@@ -14461,10 +14461,14 @@ const Ur = "highlight.record", vb = "highlight.session_id", Yu = "launchdarkly.j
|
|
|
14461
14461
|
v,
|
|
14462
14462
|
t
|
|
14463
14463
|
), g = new _b(y, {
|
|
14464
|
-
maxExportBatchSize:
|
|
14465
|
-
|
|
14464
|
+
maxExportBatchSize: 1024,
|
|
14465
|
+
// Default value from SDK is 512
|
|
14466
|
+
maxQueueSize: 2048,
|
|
14467
|
+
// Default value from SDK is 2048
|
|
14466
14468
|
exportTimeoutMillis: v.timeoutMillis,
|
|
14469
|
+
// Default value from SDK is 30_000
|
|
14467
14470
|
scheduledDelayMillis: v.timeoutMillis
|
|
14471
|
+
// Default value from SDK is 1000
|
|
14468
14472
|
}), E = new Fe({
|
|
14469
14473
|
[Gl]: (o = e.serviceName) != null ? o : "highlight-browser",
|
|
14470
14474
|
"deployment.environment.name": m,
|