You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* support printing tracing events (to console) by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/21
4
+
* fix double-print to console when `LOGFIRE_SEND_TO_LOGFIRE=no` by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/23
5
+
* fix print to console to emit spans in the right order by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/24
6
+
* support configuring metrics by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/25
7
+
* print tracing event fields by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/26
8
+
* emit log entries for top-level tracing events by @davidhewitt in https://github.com/pydantic/logfire-rust/pull/27
9
+
1
10
## [v0.2.0] (2025-03-19)
2
11
3
12
- Add `span_exporter()` helper to build a span exporter directly in [#20](https://github.com/pydantic/logfire-rust/pull/20)
4
13
- Fix `set_resource` not being called on span processors added with `with_additional_span_processor()` in [#20](https://github.com/pydantic/logfire-rust/pull/20)
5
-
- Add `MetricsOptions` for configuring additional metrics exporters in [#21](https://github.com/pydantic/logfire-rust/pull/21)
0 commit comments