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: Support PortablePDB embedded sources #996

Merged
merged 6 commits into from
Jan 30, 2023

Conversation

vaind
Copy link
Contributor

@vaind vaind commented Jan 29, 2023

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.

  • chore: update symbolic to v11.0.0
  • test: portable PDB with embedded sources
  • feat: support portable PDB embedded sources

@vaind vaind requested a review from a team January 29, 2023 12:47
@codecov
Copy link

codecov bot commented Jan 29, 2023

Codecov Report

Merging #996 (4fea2b2) into master (fd7943c) will decrease coverage by 3.83%.
The diff coverage is 100.00%.

❗ Current head 4fea2b2 differs from pull request most recent head 00176ee. Consider uploading reports for the commit 00176ee to get more accurate results

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     

Cargo.lock Outdated Show resolved Hide resolved
@@ -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"
Copy link
Member

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? 🤔

Copy link
Contributor Author

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

Copy link
Member

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.

@Swatinem Swatinem merged commit 5763972 into getsentry:master Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants