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

Allow SentryUploadSources to work even when not uploading symbols #2197

Merged
merged 3 commits into from
Feb 24, 2023

Conversation

mattjohnsonpint
Copy link
Contributor

@mattjohnsonpint mattjohnsonpint commented Feb 24, 2023

Resolves #2196

Caveat: Symbols still need to be created, even if they're not uploaded. If symbols are not created, we can't resolve the files needed to generate the source bundle.

Additionally, if symbols are embedded (using <DebugType>embedded</DebugType), sources won't be uploaded due to getsentry/sentry-cli#1491. Once that is fixed, the subsequent version of Sentry CLI will remove this limitation.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 24, 2023

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 37081fb

@mattjohnsonpint mattjohnsonpint requested review from vaind and removed request for bitsandfoxes February 24, 2023 03:21
Copy link
Contributor

@SeanFeldman SeanFeldman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small nit

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Sean Feldman <SeanFeldman@users.noreply.github.com>
@mattjohnsonpint mattjohnsonpint enabled auto-merge (squash) February 24, 2023 04:57
@mattjohnsonpint mattjohnsonpint merged commit aa375f6 into main Feb 24, 2023
@mattjohnsonpint mattjohnsonpint deleted the feat/upload-sources-separately branch February 24, 2023 05:08
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.

Detach SentryUploadSources from SentryUploadSymbols
2 participants