**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](https://docs.sentry.io/platforms/dotnet/configuration/msbuild/) docs for further details.
Features
- Added basic functionality to support `View Hierarchy` ([2163](https://github.com/getsentry/sentry-dotnet/pull/2163))
- Allow `SentryUploadSources` to work even when not uploading symbols ([2197](https://github.com/getsentry/sentry-dotnet/pull/2197))
- Add support for `BeforeSendTransaction` ([2188](https://github.com/getsentry/sentry-dotnet/pull/2188))
- Add `EnableTracing` option to simplify enabling tracing ([2201](https://github.com/getsentry/sentry-dotnet/pull/2201))
- Make `SentryUploadSymbols` strictly opt-in ([2216](https://github.com/getsentry/sentry-dotnet/pull/2216))
Fixes
- Fix assembly not found on Android in Debug configuration ([2175](https://github.com/getsentry/sentry-dotnet/pull/2175))
- Fix context object with circular reference prevents event from being sent ([2210](https://github.com/getsentry/sentry-dotnet/pull/2210))
Dependencies
- Bump Java SDK from v6.13.1 to v6.15.0 ([2185](https://github.com/getsentry/sentry-dotnet/pull/2185), [#2207](https://github.com/getsentry/sentry-dotnet/pull/2207))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6150)
- [diff](https://github.com/getsentry/sentry-java/compare/6.13.1...6.15.0)
- Bump CLI from v2.12.0 to v2.14.4 ([2187](https://github.com/getsentry/sentry-dotnet/pull/2187), [#2215](https://github.com/getsentry/sentry-dotnet/pull/2215))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2144)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.12.0...2.14.4)
- Bump Java SDK from v6.13.1 to v6.14.0 ([2185](https://github.com/getsentry/sentry-dotnet/pull/2185))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6140)
- [diff](https://github.com/getsentry/sentry-java/compare/6.13.1...6.14.0)
- Bump CLI from v2.12.0 to v2.14.3 ([2187](https://github.com/getsentry/sentry-dotnet/pull/2187), [#2208](https://github.com/getsentry/sentry-dotnet/pull/2208))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2143)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.12.0...2.14.3)
- Bump Cocoa SDK from v7.31.5 to v8.2.0 ([2203](https://github.com/getsentry/sentry-dotnet/pull/2203))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#820)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.5...8.2.0)