Skip to content

Include NVIDIA symbol server by default when relevant #91426

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

Open
bruno-garcia opened this issue May 12, 2025 · 0 comments
Open

Include NVIDIA symbol server by default when relevant #91426

bruno-garcia opened this issue May 12, 2025 · 0 comments

Comments

@bruno-garcia
Copy link
Member

When a project is created, we include a few default symbol servers.
This default selection is critical. Since it can influence the quality of the stack traces we provide OOTB.
But the relevance of these symbol servers is important. Since we don't want to excessively hit them with unrelated traffic since if the symbol server is set to contain pdbs (say a Microsoft Symbol Server), we'll hit it for all pdbs when stack walking.

For example, the default selection for a project, doesn't include NVIDIA:
Image

But we get processing errors on events:
Image

By default we could include it in some project types. For example. Unreal and Unity include PC games.

Is there a reason why we don't add the NVIDIA symbol server by default?
If so, when there's such processing error, we could at least have a suggestion: "Considering adding custom symbol servers. Click here to add NVIDIA".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant