File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
src/Sentry.Bindings.Cocoa Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ### Features
6
+
7
+ - Symbolication for Single File Apps ([ #2425 ] ( https://github.com/getsentry/sentry-dotnet/pull/2425 ) )
8
+ - Add binding to ` SwiftAsyncStacktraces ` on iOS ([ #2436 ] ( https://github.com/getsentry/sentry-dotnet/pull/2436 ) )
9
+
5
10
### Fixes
6
11
7
12
- Fix Sentry logger options for MAUI and Azure Functions ([ #2423 ] ( https://github.com/getsentry/sentry-dotnet/pull/2423 ) )
18
23
- [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6230 )
19
24
- [ diff] ( https://github.com/getsentry/sentry-java/compare/6.22.0...6.23.0 )
20
25
21
- ### Features
22
-
23
- - Symbolication for Single File Apps ([ #2425 ] ( https://github.com/getsentry/sentry-dotnet/pull/2425 ) )
24
-
25
26
## 3.33.1
26
27
27
28
### Fixes
Original file line number Diff line number Diff line change @@ -874,6 +874,10 @@ interface SentryOptions
874
874
// @property (nonatomic) BOOL enableTimeToFullDisplay;
875
875
[ Export ( "enableTimeToFullDisplay" ) ]
876
876
bool EnableTimeToFullDisplay { get ; set ; }
877
+
878
+ // @property (assign, nonatomic) BOOL swiftAsyncStacktraces;
879
+ [ Export ( "swiftAsyncStacktraces" ) ]
880
+ bool SwiftAsyncStacktraces { get ; set ; }
877
881
}
878
882
879
883
// @protocol SentryIntegrationProtocol <NSObject>
You can’t perform that action at this time.
0 commit comments