Open source: Contributing to Logfire

Contributions to Logfire, a Pydantic-based observability platform.

After contributing to Pydantic, I decided to contribute to Logfire, a Pydantic-based observability platform.

The team behing Logfire is the same as the one behind Pydantic, so I knew the codebase would be in good hands and it would be easy for me to contribute.

Being a newer project, I expected to find easier issues to tackle.

Notable Issues

Issue 477: Is there a way to add tags to a span after it is created?

I added the following benchmarks to contribute to Issue #477:

  1. PR #497: feat: add tag as tuples through setter