@atbash/sdk 0.3.16 → 0.3.17

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 CHANGED
@@ -115,7 +115,7 @@ function setupTelemetry(config) {
115
115
  if (!config.enabled) return;
116
116
  if (meterProvider) return;
117
117
  defaultSource = config.source ?? "sdk";
118
- const ATBASH_HONEYCOMB_KEY = "YOUR_INGEST_KEY_HERE";
118
+ const ATBASH_HONEYCOMB_KEY = "AmHeTVLSAeOELUkol0EVSK";
119
119
  const apiKey = process.env.HONEYCOMB_API_KEY ?? ATBASH_HONEYCOMB_KEY;
120
120
  const exporter = new import_exporter_metrics_otlp_http.OTLPMetricExporter({
121
121
  url: "https://api.honeycomb.io/v1/metrics",
package/dist/index.js CHANGED
@@ -45,7 +45,7 @@ function setupTelemetry(config) {
45
45
  if (!config.enabled) return;
46
46
  if (meterProvider) return;
47
47
  defaultSource = config.source ?? "sdk";
48
- const ATBASH_HONEYCOMB_KEY = "YOUR_INGEST_KEY_HERE";
48
+ const ATBASH_HONEYCOMB_KEY = "AmHeTVLSAeOELUkol0EVSK";
49
49
  const apiKey = process.env.HONEYCOMB_API_KEY ?? ATBASH_HONEYCOMB_KEY;
50
50
  const exporter = new OTLPMetricExporter({
51
51
  url: "https://api.honeycomb.io/v1/metrics",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atbash/sdk",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "Atbash SDK — control boundary before the last irreversible step in an agent workflow",
5
5
  "homepage": "https://atbash.ai",
6
6
  "author": "Atbash",