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 65ce78e commit 3332c0cCopy full SHA for 3332c0c
README.md
@@ -52,6 +52,7 @@ Here's a simple manual tracing (aka logging) example:
52
import logfire
53
from datetime import date
54
55
+logfire.configure()
56
logfire.info('Hello, {name}!', name='world')
57
58
with logfire.span('Asking the user their {question}', question='age'):
0 commit comments