Michi Hoffmann

Results 254 comments of Michi Hoffmann

LGTM, anything else you want to add here?

Yes. We're holding off merging new features for a week or so to give us time to fix potential issues in 0.29.0. Afterwards, we'll get this out.

Just CI needs to pass and then we can get this merged πŸ™‚

I'm actually a big fan of this feature πŸ™‚ Right now, we tried to stick with the principle of data minimization, so we only store the sender, receiver and amount...

That's actually a very good idea! We could just drop the content of a new "message" column for records older than 30 days. This would still allow us to build...

@0Calories That's a great idea as well! πŸ₯”

@smeubank, we need to brainstorm on this; they are right! πŸ˜„

Not a terrible idea, as this is something I also encountered quite often πŸ˜… A few things we would need to consider when implementing this: - Currently, we do not...

No, we only create a message record if the message was sampled by potal. So it either needs to contain a πŸ₯” or a πŸ₯” reaction was added.

https://docs.sentry.io/platforms/javascript/troubleshooting/#dealing-with-ad-blockers We do show some snippets there, one is in C#. ```c# // This functionality is now built-in to the Sentry.AspNetCore package. // See https://docs.sentry.io/platforms/dotnet/guides/aspnetcore/#tunnel // docs for more information....