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

Make SentryUploadSymbols strictly opt-in #2216

Merged
merged 4 commits into from
Mar 6, 2023
Merged

Conversation

mattjohnsonpint
Copy link
Contributor

@mattjohnsonpint mattjohnsonpint commented Mar 6, 2023

The <SentryUploadSymbols> MSBuild property previously defaulted to true for projects compiled in Release configuration. This led to some confusion when combining it with other options. It is now false by default.

Going forward, all features enabled by MSBuild properties will be disabled by default, and strictly opt-in.

To continue uploading symbols, opt-in by setting <SentryUploadSymbols>true</SentryUploadSymbols>. We recommend you do this for Release configuration only (because it will slow down local debug builds), but that is at your discretion.

See the MSBuild Setup docs for further details.

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