Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sdk.name to events created out of minidumps #4236

Open
bruno-garcia opened this issue Nov 5, 2024 · 0 comments
Open

Add sdk.name to events created out of minidumps #4236

bruno-garcia opened this issue Nov 5, 2024 · 0 comments
Labels
filler Requires little effort to resolve. Ready to be picked up anytime.

Comments

@bruno-garcia
Copy link
Member

A lot of diagnostics in Sentry are done by looking up sdk.name.
Some of our telemetry internally is also based on that, so we better understand volume of crashes by technology for example.

For example, on Relay we add unreal.crashreporter to events from the unreal endpoint:

const CLIENT_SDK_NAME: &str = "unreal.crashreporter";

Suggested SDK name: minidump.
Since it's not "Sentry" specific, we I imagine we don't know what tool created it.

If we know it's breakpad vs crashpad vs other, i'd suggest: minidump.crashpad, minidump.breakpad, minidump.dotnet (dotnet has its own minidump creation for example with support for it's JIT information).

@olksdr olksdr transferred this issue from getsentry/symbolicator Nov 11, 2024
@olksdr olksdr added the filler Requires little effort to resolve. Ready to be picked up anytime. label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filler Requires little effort to resolve. Ready to be picked up anytime.
Projects
Status: No status
Development

No branches or pull requests

2 participants