symbolicator icon indicating copy to clipboard operation
symbolicator copied to clipboard

Native Symbolication as a Service

Results 28 symbolicator issues
Sort by recently updated
recently updated
newest added

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.

onboarding

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....

onboarding

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: ![image](https://github.com/getsentry/symbolicator/assets/1633368/ae93ee55-03db-4ad1-ad70-ec575e6abd57) 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...

Ingestion & Processing
Improvement

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...

Ingestion & Processing
Feature

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....

React-Native
Ingestion & Processing
Feature