From 5cfc72557026ab3d6a4b0655e315bd0eecd410a5 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Fri, 6 Sep 2019 10:04:58 -0400 Subject: [PATCH] feat: PDB support only for native --- src/collections/_documentation/cli/dif/pdb.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/collections/_documentation/cli/dif/pdb.md b/src/collections/_documentation/cli/dif/pdb.md index 197b9577121e2..f93599a212749 100644 --- a/src/collections/_documentation/cli/dif/pdb.md +++ b/src/collections/_documentation/cli/dif/pdb.md @@ -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