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 450cc87 commit 127f424Copy full SHA for 127f424
src/__main__.py
@@ -36,8 +36,6 @@ def scrubbing_callback(match: logfire.ScrubMatch):
36
return match.value
37
38
logfire.configure(
39
- advanced=logfire.AdvancedOptions(base_url='http://otel-collector:4318'),
40
- token='does-not-matter', # as we send data to otel collector, token is here to prevent errors
41
service_name=service,
42
code_source=logfire.CodeSource(
43
repository='https://github.com/pydantic/logfire-demo',
0 commit comments