Michi Hoffmann
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....