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: PDB support only for native #1203

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
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
11 changes: 9 additions & 2 deletions src/collections/_documentation/cli/dif/pdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ sidebar_order: 2

`sentry-cli` can upload PDB files, as well as Windows executables and DLLs. PDBs
are the debug information container used by Microsoft for the Windows platform.
Note that at the moment Sentry will upload Native PDBs, but not .NET Portable
PDBs.

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


In addition to PDBs, always consider uploading the actual executables and
libraries. The `sentry-cli` will determine during the upload process whether
Expand Down