Ivan Dlugos
Ivan Dlugos
Maybe it would make sense to link crashpad statically to whatever SSL lib is preferrable? (Just came here because I need to switch sentry-unreal to a docker-based to support older...
After making a small change to the `dotnet-trace` command-line app to connect to its own process (ignore the `--process-id` arg and use `Process.GetCurrentProcess().Id` instead), it seems to be perfectly happy...
Status update: I have rolled the nettrace processing directly in a fork of `dotnet-trace` (see the current working version here: https://github.com/vaind/diagnostics/tree/sentry-profiling) and while I am producing a JSON which I...
Note to self: > The raw addresses have to be associated with some entity that knows its symbolic name. At this point things work very differently for native code and...
> The report will now be skipped if it cannot be posted. Any chance the report could be printed directly to the standard ouptut in that case? Otherwise, if there's...
Totally missed that, all good then
@brianrob does this look OK to you? It's goal is to simplify the changes neededto run tests separately for #1867
@microsoft-github-policy-service agree
> @vaind, thanks for working on this. I think at a high level this should work. A couple of thoughts: Thanks for getting back to me, it indeed seems to...
So the issue I'm having with stacktrace info not being available is due to missing modules & method info because the rundown on a session only happens when a session...