symbolicator
symbolicator copied to clipboard
Native Symbolication as a Service
TODOs: - [ ] Decide on weather the redirect policy should be universal (or enabled with a flag to `create_client`). - [ ] Decide on if we preemptively want to...
Similar to Relay, we should provide Symbolicator as a multi arch image with support for ARM.
We have seen cases where trying to fetch a native source file from a web source can turn up a HTML login page, which is then used for source context....
We have seen cases of portable pdb files with source links to `dev.azure.com/path/to/source/file`. Trying to fetch such a file results in a login page being downloaded and used to apply...
Still some work that needs to be done: - [ ] Write some tests to ensure the logic works - [ ] Discuss if there is a more elegant way...
Missing symbols in the event:  But I can confirm the [`pdbs` exist on nuget.org](https://nuget.info/packages/Google.Cloud.Storage.V1/4.10.0), but they are no in the `snupkg` but in the actual `nupkg` next to the...
We're currently deploying Symbolicator for 3 different enviroments (production, canary, LPQ) and 3 different platforms (native, JS, JVM). Since all combinations are possible, that results in 9 different deploys (with...
Symsorter right now can only output Sentrys own `unified` directory layout. It might be beneficial to some customers to also sort symbol files into the `BUILDID` layout, or other layouts...
Consider running release workflows on an older version of Ubuntu (to avoid glibc versioning issues)
Tried to use the pre-built `wasm-split` binary in our application's release workflow and ran into glibc versioning issues due to the fact that we run our workflows on Ubuntu 20.04...
React Native Hermes events contain information about the runtime bundle which can be used to return from the symbolication process early and inform user about the incorrect source map type....