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

feat: dotnet embedded sources #6179

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ Source bundles show up as regular debug files on the _Debug Files_ settings
page. They are designated as "source bundle" and feature a `sources` tag. To
match them with crash reports, they carry the same debug file as the respective
debug information file they have been created from.

<PlatformSection supported={["dotnet"]}>

Alternatively, you can build your project with `<EmbedAllSources>true</EmbedAllSources>` project property to produce
a Portable PDB with embedded source code. You can upload these PDB files using `sentry-cli` as usual.
mattjohnsonpint marked this conversation as resolved.
Show resolved Hide resolved
mattjohnsonpint marked this conversation as resolved.
Show resolved Hide resolved

</PlatformSection>