Skip to content

Commit

Permalink
Update package-dev/Plugins/iOS/SentryNativeBridge.m
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes authored Jan 13, 2025
1 parent 2178d73 commit 1fb1249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-dev/Plugins/iOS/SentryNativeBridge.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void SentryNativeBridgeStartWithOptions(const void *options)

if (error != nil)
{
SENTRY_LOG_ERROR(@"SentryOptions init failed: %@", error);
NSLog(@"SentryOptions init failed: %@", error);
return;
}

Expand Down

0 comments on commit 1fb1249

Please sign in to comment.