diff --git a/samples/endpoints/express-server/src/index.ts b/samples/endpoints/express-server/src/index.ts index 5fd579d38..6b95485b0 100644 --- a/samples/endpoints/express-server/src/index.ts +++ b/samples/endpoints/express-server/src/index.ts @@ -11,11 +11,11 @@ const sdk = new NodeSDK({ traceExporter: new OTLPTraceExporter({ url: "https://api.honeycomb.io/v1/traces", headers: { - "x-honeycomb-team": "" + "x-honeycomb-team": "123" } }), instrumentations: [ - getNodeAutoInstrumentations({ + ...getNodeAutoInstrumentations({ "@opentelemetry/instrumentation-fs": { enabled: false } diff --git a/samples/endpoints/host/src/bootstrap.tsx b/samples/endpoints/host/src/bootstrap.tsx index b32eb029b..676d9b801 100644 --- a/samples/endpoints/host/src/bootstrap.tsx +++ b/samples/endpoints/host/src/bootstrap.tsx @@ -17,7 +17,7 @@ const runtime = new FireflyRuntime({ }); registerHoneycombInstrumentation(runtime, "endpoints-sample", [/http:\/\/localhost:1234\.*/], { - apiKey: "" + apiKey: "123" }); await bootstrap(runtime, {