logfire icon indicating copy to clipboard operation
logfire copied to clipboard

feat: add tag as tuples through setter

Open AdolfoVillalobos opened this issue 4 months ago • 2 comments

This PR addresses #477.

From now on, the property LogfireSpan.tags returns a tuple, and can be modified using common tuple operations.

Trying to use list methods will raise errors from now on.

This is a first atempt. I'm happy to improve adn receive feedback.

AdolfoVillalobos avatar Oct 12 '24 11:10 AdolfoVillalobos