Sentry.dotnet - not seeing submitted form data anymore?

We’ve upgraded from the Raven .NET SDK to the newer sentry.dotnet - however now it seems like on our issue reports we no longer see the POST’d FORM data/etc. Am I just misunderstanding, or have a misconfiguration somewhere?

This is an opt-in, in .NET.
I’m assuming it’s a ASP.NET (not Core)? Not OWIN? Since Raven didnt’ support OWIN.

The options to configure it is here: https://github.com/getsentry/sentry-dotnet/blob/0b9efbde28072370bde7d952ed12ee5800de4ada/src/Sentry/SentryOptions.cs#L340

Bruno,

Thanks so much for your help! Yep, this is ASP.NET MVC, not Core or OWIN. I’ll change that option and we’ll see how it goes.