Skip to content

Commit

Permalink
updated bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed May 24, 2024
1 parent 260fdcc commit cca1d4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions scripts/generate-cocoa-bindings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ $interfacesToRemove = @(
'LocalMetricsAggregator',
'NSURLSessionTask',
'SentryCurrentDateProvider',
'SentryEnabledFeaturesBuilder',
'SentryExperimentalOptions',
'SentryMXCallStack',
'SentryMXCallStackTree',
Expand Down
11 changes: 0 additions & 11 deletions src/Sentry.Bindings.Cocoa/ApiDefinitions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2066,17 +2066,6 @@ interface SentryUserFeedback : SentrySerializable
string Comments { get; set; }
}

// @interface SentryEnabledFeaturesBuilder : NSObject
[BaseType (typeof(NSObject), Name = "_TtC6Sentry28SentryEnabledFeaturesBuilder")]
[Internal]
interface SentryEnabledFeaturesBuilder
{
// +(NSArray<NSString *> * _Nonnull)getEnabledFeaturesWithOptions:(SentryOptions * _Nonnull)options __attribute__((warn_unused_result("")));
[Static]
[Export ("getEnabledFeaturesWithOptions:")]
string[] GetEnabledFeaturesWithOptions (SentryOptions options);
}

// @interface SentryId : NSObject
[BaseType (typeof(NSObject), Name = "_TtC6Sentry8SentryId")]
[Internal]
Expand Down

0 comments on commit cca1d4b

Please sign in to comment.