Results 414 comments of Aria Desires
trafficstars

See also: https://bugzilla.mozilla.org/show_bug.cgi?id=1745993

I suppose cc @willkg since this is relevant to things you are thinking about right now

Oh actually I wonder if Sentry/Symbolic has something like this already.

#349 demonstrates that we can use synth-minidump to build up a minidump and write it to disk in tests. This eliminates some of my desire for this feature, but there's...

FWIW I don't think I've ever seen this field populated on socorro

Since it's not indexed I guess technically not a parity issue. But yeah if that data's there we should presumably collect and expose it.

I was looking over all the streams today I noticed [MinidumpAssertion](https://docs.rs/minidump/0.9.4/minidump/struct.MinidumpAssertion.html), which is presumably what this field is for. We actually have a minimal implementation of it, but don't ever...

latest [socc-pair](https://github.com/Gankra/socc-pair/) now has some rough benchmarking abilities, see [this comment](https://github.com/luser/rust-minidump/pull/359#issuecomment-995489189) for an example

Note that naively it's "impossible" to get cfi/debuginfo for unloaded modules because they don't have codeid/debugid metadata: https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_unloaded_module I believe we had an open issue on bugzilla about being able...

(I think this would be good for beginners but I haven't thought about it too much. I should really finish and land #263 as an example for adding a new...