v0.43.0
What's Changed
- Breaking change: Remove default for
modulesparameter ofinstall_auto_tracingby @alexmojaki in #261 - Breaking change: Check if logfire token is valid in separate thread, so
logfire.configurewon't block startup and will no longer raise an exception for an invalid token, by @alexmojaki in #274 - Remove
logfire_api_sessionparameter fromlogfire.configureby @alexmojaki in #272 - Default the log level to error if the status code is error, and vice versa by @alexmojaki in #269
- Avoid importing
gitpythonby @alexmojaki in #260 - Only delete files on
logfire cleanby @Kludex in #267 - Bug fix: Logging arguments of a request to a FastAPI sub app by @sneakyPad in #259
- Fix query params not being in message by @alexmojaki in #271
- Replace 'Redacted' with 'Scrubbed' in 'Redacted due to...' by @alexmojaki in #273
New Contributors
- @sneakyPad made their first contribution in #259
Full Changelog: v0.42.0...v0.43.0