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 ba4aae4 commit cfc49f8Copy full SHA for cfc49f8
docs/concepts.md
@@ -43,6 +43,10 @@ In this example:
43
3. Logfire calculates the age from the `dob` and displays age in the debug message
44
45
```py
46
+from datetime import date
47
+
48
+import logfire
49
50
logfire.configure()
51
52
with logfire.span('Asking the user for their {question}', question='birthday'): # (1)!
0 commit comments