sentry-cocoa: iOS12 SentryBreadcrumb *crumb = [[SentryBreadcrumb alloc] init]; crashed

Platform:

  • iOS

Swift:

  • No

sentry-cocoa installed with:

  • Manually

Version of sentry-cocoa: 6.2.1


I have following issue:

Description goes here … iOS12 crashed;

@import Sentry;

SentryBreadcrumb *crumb = [[SentryBreadcrumb alloc] init];
crumb.level = kSentryLevelInfo;
crumb.category = @"auth";
crumb.message = [NSString stringWithFormat:@"Authenticated user %@", user.email];
[SentrySDK addBreadcrumb:crumb];

If the phone using IOS 12.0.1 calls the appellate code, it will crash; image

Steps to reproduce:

  • Step

Actual result:

  • Actual

Expected result:

  • Result

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 26 (13 by maintainers)

Most upvoted comments

@LBCross please paste the code so we don’t need to type it all from your image?