Skip to content

Commit 3332c0c

Browse files
authored
docs: add missing logfire.configure() in manual tracing example (#985)
1 parent 65ce78e commit 3332c0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Here's a simple manual tracing (aka logging) example:
5252
import logfire
5353
from datetime import date
5454

55+
logfire.configure()
5556
logfire.info('Hello, {name}!', name='world')
5657

5758
with logfire.span('Asking the user their {question}', question='age'):

0 commit comments

Comments
 (0)