Jan Michael Auer
Jan Michael Auer
I think what we want is essentially a symbol server that hosts binaries and a small utility that pulls them in. Since symbol servers generally encode some sort of unique...
@willglynn That's fine. For Microsoft files we can literally point the script / tests at their symbol server and download from there. I was suggesting a similar setup for all...
We should pull in https://github.com/getsentry/sentry/pull/33580 once approved.
@joshuarli in SaaS/getsentry we had *both* a global sentry option and organization options. both would work the same on ST and self-hosted. I would suggest to basically keep this pattern,...
> I'd like to use `raw_kind` so that I can avoid calling `parse` on symbols which I intend to skip, for better performance. ([Profile](https://share.firefox.dev/3PzL0qF)) Thanks that makes sense. The only...
I'll have to move this to the next milestone and will release `0.8.0` without this for now.
`global_symbols` in this crate does not expose information from the "Global Symbol Stream", but instead from a "Symbol Records Stream". I wasn't able to fully understand what the exact differences...
@RazrFalcon is this still an issue?
You're not missing anything, this is indeed this complicated. Your issue is slightly different from the one in the issue description. The complexity comes from two facts: - The PDB...
Going through section contributions is probably harder than necessary for you, eventually we should probably expose all of the C13 section stuff. I'll check if this is a simple change....