How could I filter APM events on sentry for ASP.NET?
In my ASP.NET app, we are using sentry to log errors, but we want to filter all the APM messages. I was intending to filter it using the following approaches: options.SetBeforeSendTransaction((sentryTransaction, hint) => { if (sentryTransaction // somehow look here…