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(upload): Implement PDB and PE upload #553

Merged
merged 3 commits into from
Jun 18, 2019
Merged

feat(upload): Implement PDB and PE upload #553

merged 3 commits into from
Jun 18, 2019

Conversation

jan-auer
Copy link
Member

This implements the upload of PE and PDB files.

sentry-cli only attempts the upload if the pdbs capability is returned by the chunk upload endpoint. Otherwise, it silently skips PDBs like before.

If PDBs are selected for upload, sentry-cli additionally scans for PEs and remembers their age. Once all files have been compiled, the PDBs' age is fixed using the one from the PE. The PE files are only uploaded if they are selected and contain usable information (either a symbol table, or unwind info on x64 builds)

See getsentry/sentry#13725

@jan-auer jan-auer requested a review from mitsuhiko June 18, 2019 09:41
@jan-auer jan-auer self-assigned this Jun 18, 2019
@jan-auer jan-auer merged commit 9e25d16 into master Jun 18, 2019
@jan-auer jan-auer deleted the feat/pdb-upload branch June 18, 2019 11:45
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