-
-
Notifications
You must be signed in to change notification settings - Fork 54
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: Support PortablePDB embedded sources #996
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #996 +/- ##
==========================================
- Coverage 74.11% 70.28% -3.83%
==========================================
Files 75 75
Lines 11439 11439
==========================================
- Hits 8478 8040 -438
- Misses 2961 3399 +438 |
@@ -49,4 +49,8 @@ modules: | |||
location: "http://localhost:<port>/symbols/bd/a18fd85d4a4eb893022d6bfad846b1.src.zip" | |||
download: | |||
status: notfound | |||
- source: local | |||
location: "http://localhost:<port>/symbols/demo.wasm/BDA18FD85D4A4EB893022D6BFAD846B10/demo.wasm" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m wondering why a completely unrelated filetype now has more candidates? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that was weird but my assumption is that it's related to symbolic update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
possible. trying yet another file name pattern does definitely not hurt, though I would still love to find out why this suddenly happens.
Followup from getsentry/symbolic#734 now that symbolic got released,
this enables source context support for users uploading Portable PDBs built with
<EmbedAllSources>true</EmbedAllSources>
project property.