Skip to content

Commit 691f3cf

Browse files
github-actions[bot]web-flowjamescrosswell
authored
chore(deps): update Cocoa SDK to v9.14.0 (#5252)
* chore: update modules/sentry-cocoa to 9.14.0 * update ApiDefinitions.cs --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: James Crosswell <jamescrosswell@users.noreply.github.com>
1 parent f5df109 commit 691f3cf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

modules/sentry-cocoa

Submodule sentry-cocoa updated 113 files

src/Sentry.Bindings.Cocoa/ApiDefinitions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,6 +2185,10 @@ interface SentryExperimentalOptions
21852185
[Export("enableReplayNetworkDetailsCapturing")]
21862186
bool EnableReplayNetworkDetailsCapturing { get; set; }
21872187

2188+
// @property (nonatomic) BOOL enableStandaloneAppStartTracing;
2189+
[Export("enableStandaloneAppStartTracing")]
2190+
bool EnableStandaloneAppStartTracing { get; set; }
2191+
21882192
// -(void)validateOptions:(NSDictionary<NSString *,id> * _Nullable)options;
21892193
[Export("validateOptions:")]
21902194
void ValidateOptions([NullAllowed] NSDictionary<NSString, NSObject> options);

0 commit comments

Comments
 (0)