What's Changed
- BREAKING CHANGE: The
processorsparameter oflogfire.configure()has been replaced byadditional_span_processors. Passingprocessorswill raise an error. Unlikeprocessors, settingadditional_span_processorsto an empty sequence will not disable the default span processor which exports to Logfire. To do that, passsend_to_logfire=False. Similarlymetric_readershas been replaced byadditional_metric_reader. By @alexmojaki in #233 - Improve error raised when opentelemetry.instrumentation.django is not installed by @deepakdinesh1123 in #231
- Handle internal errors by @alexmojaki in #232
New Contributors
- @deepakdinesh1123 made their first contribution in #231
Full Changelog: v0.39.0...v0.40.0