-
-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashlytics for ios is missing stacktrace #118
Comments
@sagrawal31 Any ideas on this? |
Yes, @dpa99c I copied from our fork and it should work. I'll cross-check it by EOD. |
Thanks, much appreciated 👍 |
@sagrawal31 could you take a look at this when you get a moment? |
Yes @dpa99c I didn't get time last week. I'll debug this by tomorrow. |
Sorry, this is past a month 😄. But I did try this and seems it's working for me. |
…cktrace instead of custom keys. Relates to #118.
In FirebasePlugin.m file when generating userInfo with stack trace you are using entry[@"source"] but it doesn't have value and nothing is sent to crashlytics.
I experimented and if you are using something like this will get a full stack trace
[entry[@"functionName"] stringByAppendingFormat:@" %@ %@", entry[@"fileName"], entry[@"lineNumber"]];
The text was updated successfully, but these errors were encountered: