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

Stop embedding PDBs #2166

Merged
merged 4 commits into from
Feb 8, 2023
Merged

Stop embedding PDBs #2166

merged 4 commits into from
Feb 8, 2023

Conversation

mattjohnsonpint
Copy link
Contributor

@mattjohnsonpint mattjohnsonpint commented Feb 8, 2023

We now have support for NuGet symbol servers in Sentry, configurable on the Debug Files tab, from the project settings in the Sentry UI.

image

Thus, there's no longer any need to embed symbols in the PDBs themselves. Instead, we'll publish NuGet Symbols package (.snupkg) files.

Note: For now, we will also still upload them to Sentry directly via Sentry CLI so that we get sources in the Sentry UI. Eventually we'll be able to just rely on SourceLink (see getsentry/symbolic#735).

Fixes #2159.

@mattjohnsonpint
Copy link
Contributor Author

Looks like craft is going to need an update to support the snupkg files also. Working on it...

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop embedded pdbs
2 participants