Skip to content

Commit

Permalink
feat: dotnet embedded sources
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Jan 30, 2023
1 parent 70db366 commit 1d3408b
Showing 1 changed file with 7 additions and 0 deletions.
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.

</PlatformSection>

0 comments on commit 1d3408b

Please sign in to comment.