-
-
Notifications
You must be signed in to change notification settings - Fork 58
fix: Update debug symbol upload for Desktop #2298
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
Conversation
|
@sentry review |
|
🔒 GenAI Consent Required To enable PR review and test generation via Prevent, an organization admin needs to:
Once enabled, you can re-trigger this review by commenting. |
|
bugbot review |
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.
✅ Bugbot reviewed your changes and found no bugs!
| // Setting the `buildOutputDir` as the root for debug symbol upload. This will make sure we pick up | ||
| // `BurstDebugInformation` and`_DoNotShip` as well | ||
| var paths = $" \"{buildOutputDir}\""; |
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.
We verify the debug symbol upload happening as part of our smoke testing in CI.
Resolves #656, #1602
With this change Sentry CLI will now pick up debug symbols from within
Burstand_DoNotShipdirectories automatically.