-
Notifications
You must be signed in to change notification settings - Fork 39
Fixed crash logging on iOS, added ability to log JS stack traces. #8
Conversation
I'd love to have this functionality ! |
@distinctdan I see you rebased the master. But we will get this merged once we fix the issue of the breaking change due to Firebase. |
@distinctdan I have merged your PR and made some changes to your code at bfd4bf6 to make it more readable and DRY. Also, instead of mixing the same method, I have created a new method Please let me know your thoughts. |
@sagrawal31 Thanks for looking into it. However, I see some issues with your changes, and it looks like you didn't test enough before you merged because you've got typos and you broke functionality. Here are my observations:
|
Oh, one other thing I forgot to do, after we get everything straightened out, we'll need to update the docs to reflect the changes. |
I agree with the points you mentioned. It's true that I didn't enough and only did the sanity checks but I believed the PR coming to repositories are testing enough. But yeah, I should have tested it thoroughly after the changes. But thanks for pointing those out. I'll make the necessary changes. |
Couldn't agree more that DOCs are equally important |
…tency and standard. #8 (comment)
@sagrawal31 Looks great, thanks for taking a look at it. I've also done another PR to add an example to the docs of how to use StackTrace.js to pass a stacktrace to the method: #22 |
Hi, I've done these fixes for my own project and wanted to make them available to others as well.