File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.4.0
4+
5+ ### Features ✨
6+
7+ - feat: Add network details for session replay on iOS by @jamescrosswell in [ #4891 ] ( https://github.com/getsentry/sentry-dotnet/pull/4891 )
8+ - feat: Add option to exclude certain HTTP statuses from tracing by @jamescrosswell in [ #5034 ] ( https://github.com/getsentry/sentry-dotnet/pull/5034 )
9+
10+ ### Fixes 🐛
11+
12+ - fix: memory leak when profiling is enabled by @jamescrosswell in [ #5133 ] ( https://github.com/getsentry/sentry-dotnet/pull/5133 )
13+ - fix: prevent redundant native exceptions on iOS by @jpnurmi in [ #5126 ] ( https://github.com/getsentry/sentry-dotnet/pull/5126 )
14+ - fix: prevent redundant native exceptions on Android/Mono by @jpnurmi in [ #4676 ] ( https://github.com/getsentry/sentry-dotnet/pull/4676 )
15+ - Note: opt in by setting ` options.Native.ExperimentalOptions.SignalHandlerStrategy ` to ` Sentry.Android.SignalHandlerStrategy.ChainAtStart `
16+
17+ ### Dependencies ⬆️
18+
19+ #### Deps
20+
21+ - chore(deps): update Cocoa SDK to v9.10.0 by @github-actions in [ #5132 ] ( https://github.com/getsentry/sentry-dotnet/pull/5132 )
22+ - chore(deps): update Cocoa SDK to v9.9.0 by @github-actions in [ #5115 ] ( https://github.com/getsentry/sentry-dotnet/pull/5115 )
23+ - chore(deps): update Java SDK to v8.38.0 by @github-actions in [ #5124 ] ( https://github.com/getsentry/sentry-dotnet/pull/5124 )
24+
325## 6.3.2
426
527### Dependencies ⬆️
Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <VersionPrefix >6.3.2 </VersionPrefix >
4+ <VersionPrefix >6.4.0 </VersionPrefix >
55 <LangVersion >14.0</LangVersion >
66 <AccelerateBuildsInVisualStudio >true</AccelerateBuildsInVisualStudio >
77 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments