Skip to content

Commit 7577a17

Browse files
committed
Use non-experimental enableLogs
1 parent 347a601 commit 7577a17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/ios/RNSentryExperimentalOptions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ + (void)setEnableLogs:(BOOL)enabled sentryOptions:(SentryOptions *)sentryOptions
2424
if (sentryOptions == nil) {
2525
return;
2626
}
27-
sentryOptions.experimental.enableLogs = enabled;
27+
sentryOptions.enableLogs = enabled;
2828
}
2929

3030
@end

0 commit comments

Comments
 (0)