Notice: The <SentryUploadSymbols>
MSBuild property previously defaulted to true
for projects compiled in Release
configuration.
It is now false
by default. To continue uploading symbols, you must opt-in by setting it to true
.
See the MSBuild Setup docs for further details.
Features
- Added basic functionality to support
View Hierarchy
(#2163) - Allow
SentryUploadSources
to work even when not uploading symbols (#2197) - Add support for
BeforeSendTransaction
(#2188) - Add
EnableTracing
option to simplify enabling tracing (#2201) - Make
SentryUploadSymbols
strictly opt-in (#2216)
Fixes
- Fix assembly not found on Android in Debug configuration (#2175)
- Fix context object with circular reference prevents event from being sent (#2210)