Skip to content

Commit 65c0615

Browse files
committed
chore: update readme
1 parent b3b86e3 commit 65c0615

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ client = Replane(
9595
initialization_timeout_ms=5000,
9696
retry_delay_ms=200,
9797
inactivity_timeout_ms=30000,
98+
99+
# Custom agent identifier for User-Agent header
100+
agent="my-app/1.0.0",
101+
102+
# Enable debug logging
103+
debug=True,
98104
)
99105
```
100106

0 commit comments

Comments
 (0)