@atbash/sdk 0.3.9-dev.4 → 0.3.9-dev.5
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -110,7 +110,7 @@ function setupTelemetry(config) {
|
|
|
110
110
|
if (!config.enabled) return;
|
|
111
111
|
if (meterProvider) return;
|
|
112
112
|
defaultSource = config.source ?? "sdk";
|
|
113
|
-
const ATBASH_HONEYCOMB_KEY = "
|
|
113
|
+
const ATBASH_HONEYCOMB_KEY = "AmHeTVLSAeOELUkol0EVSK";
|
|
114
114
|
const apiKey = process.env.HONEYCOMB_API_KEY ?? ATBASH_HONEYCOMB_KEY;
|
|
115
115
|
const exporter = new import_exporter_metrics_otlp_http.OTLPMetricExporter({
|
|
116
116
|
url: "https://api.honeycomb.io/v1/metrics",
|
package/dist/index.js
CHANGED
|
@@ -40,7 +40,7 @@ function setupTelemetry(config) {
|
|
|
40
40
|
if (!config.enabled) return;
|
|
41
41
|
if (meterProvider) return;
|
|
42
42
|
defaultSource = config.source ?? "sdk";
|
|
43
|
-
const ATBASH_HONEYCOMB_KEY = "
|
|
43
|
+
const ATBASH_HONEYCOMB_KEY = "AmHeTVLSAeOELUkol0EVSK";
|
|
44
44
|
const apiKey = process.env.HONEYCOMB_API_KEY ?? ATBASH_HONEYCOMB_KEY;
|
|
45
45
|
const exporter = new OTLPMetricExporter({
|
|
46
46
|
url: "https://api.honeycomb.io/v1/metrics",
|
package/package.json
CHANGED