v0.40.0
版本发布时间: 2024-06-05 02:15:24
pydantic/logfire最新发布版本:v0.47.0(2024-07-21 00:53:06)
What's Changed
-
BREAKING CHANGE: The
processors
parameter oflogfire.configure()
has been replaced byadditional_span_processors
. Passingprocessors
will raise an error. Unlikeprocessors
, settingadditional_span_processors
to an empty sequence will not disable the default span processor which exports to Logfire. To do that, passsend_to_logfire=False
. Similarlymetric_readers
has been replaced byadditional_metric_reader
. By @alexmojaki in https://github.com/pydantic/logfire/pull/233 - Improve error raised when opentelemetry.instrumentation.django is not installed by @deepakdinesh1123 in https://github.com/pydantic/logfire/pull/231
- Handle internal errors by @alexmojaki in https://github.com/pydantic/logfire/pull/232
New Contributors
- @deepakdinesh1123 made their first contribution in https://github.com/pydantic/logfire/pull/231
Full Changelog: https://github.com/pydantic/logfire/compare/v0.39.0...v0.40.0