Eric Sampson
Eric Sampson
Thanks James, using the debug files would be a huge win. Cheers
Maybe Julian from the other issue would be willing to do some experimenting/data gathering, since it seems like they have a good repro situation…
Very exciting. How long do you think it'll be before external users are able to give it a go, assuming that we acknowledge that it's "alpha/beta caveat emptor" :)
The recent (.NET 8) default addition of the commit hash as part of AssemblyInformationalVersion might help address this, maybe the sentry SDK could recreate this format for older .NET SDKs/Framework
This would be a very useful feature! Along with the commit uploading. Cheers
It feels like in the docs, `AddExceptionFilterForType` should be mentioned in the Filtering section. Right now it's in an an odd place in the docs
This could be a dumb question, but does that exception filter affect Transactions in any way, or just Errors?
@bitsandfoxes re the custom fingerprint option; - how would I correctly use this with the `SentryHttpMessageHandler.cs`, i.e. what SentryEvent property should I test against to know in a non-fragile manner...
@jamescrosswell unless I'm misreading something in the dashboard, it currently appears that all called URLs are grouped into one single Issue. Because the default grouping that Sentry is choosing for...
@jamescrosswell I don't think there should be any status-code-dependent grouping for the default behavior. It should group by `method + URL` There's no way to universally classify any HTTP code...