Skip to content

Commit

Permalink
feat(native): Add disclaimer on portable PDBs
Browse files Browse the repository at this point in the history
Includes the comment from #1203
  • Loading branch information
jan-auer committed Sep 11, 2019
1 parent ea8c318 commit 845c1b7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/collections/_documentation/workflow/debug-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,15 @@ Database_ files, commonly referred to as _PDB_.
contain unwind information. In rare cases, they might have different file
names than their corresponding executable.

{% capture __alert_content -%}
At the moment, Sentry supports Native PDBs only. PDBs for the .NET platform are
not supported.
{%- endcapture -%}
{%- include components/alert.html
title="Note"
content=__alert_content
%}

### Breakpad Symbols

The Google Breakpad library has established a a platform independent ASCII
Expand Down Expand Up @@ -231,7 +240,7 @@ associated executables and libraries as well as debug companions to ensure that
they can be uniquely located via one common mechanism.

{% capture __alert_content -%}
Debug information do not have to be associated to releases. The unique debug
Debug information does not have to be associated to releases. The unique debug
identifier ensures that Sentry is able to choose the right files for every crash
report. However, it is still recommended to configure releases in the client to
benefit from other features.
Expand Down

0 comments on commit 845c1b7

Please sign in to comment.