We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2704fab commit 4ec3564Copy full SHA for 4ec3564
.changeset/cold-bags-slide.md
@@ -0,0 +1,5 @@
1
+---
2
+"@pydantic/logfire-cf-workers": patch
3
4
+
5
+Diagnostic host message
packages/logfire-cf-workers/src/index.ts
@@ -46,6 +46,7 @@ function getInProcessConfig(config: InProcessConfigOptions): (env: Env) => Trace
46
additionalSpanProcessors.push(new SimpleSpanProcessor(new LogfireCloudflareConsoleSpanExporter()))
47
}
48
49
+ console.log({ baseUrl })
50
return Object.assign({}, config, {
51
additionalSpanProcessors,
52
environment: resolvedEnvironment,
0 commit comments