Thomas Eizinger

Results 1887 comments of Thomas Eizinger

> Could you share why you need to implement your own transport? Is there anything that's not working with the built-in ones? We are using Sentry in @firezone and in...

Okay cool, thanks for the quick decision. I'll put up a PR in a bit. I also have a small change request but we can discuss that separately.

I am not opposed to adding this although I do wonder why you want to skip it. There isn't any harm in sorting that file too, is there? What is...

Thank you for explaining your usecase. That makes sense to me, tools fighting each other is no fun :) I'll give this a review in the upcoming days.

I am aware of the name argument, unfortunately it doesn't accept `const`s but only string literals so the string is still duplicated in the userspace code that populates the map.

> We could offer an option on the layer to format the message including the tracing event fields. I think the important part here would be to do it in...

I simply meant that if the fmt-formatting is added, the fields should still be sent, like they are today. i.e. fmt-formatting should happen in addition to the fields, not instead...

Let's keep this open for a bit to see if Tauri also bumps its `png` dependency so we can avoid some duplicates.