-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Source bundle creation fails on PE with embedded PPDB #1491
Comments
The output when failed is simply:
|
The difference lies in
Whether these two should behave like that - not sure. There are arguments both ways for each situation... |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Sentry CLI 2.13.0 added support for PPDB embedded in the PE assembly with #1463. That's working fine, and will also use the embedded debug info to derive sources when using
sentry-cli dif upload --include-sources
. However, I can't seem to use an embedded PPDB when trying to separately create a source bundle usingsentry-cli dif bundle-sources
.In other words, this works:
But this doesn't work, and it should:
Even though this works:
The text was updated successfully, but these errors were encountered: