You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an iOS project that makes use of shared JS code. We used to have a sort of hack for JS stack traces before attachCustomStacktracewas removed a few years ago.
Just to clarify your question and understand what you are looking for, are you looking to report JS exceptions to your iOS project in BugSnag? If not, what sort of errors are you looking to attach the JS stacktrace to?
Can you let us know a little bit more about how your iOS project uses/integrates the shared JS code?
Please feel free to write in to us at support@bugsnag.com if you do not want to share these details about your project publicly.
Thanks for raising the support ticket with us, @gtchance
In the interest of visibility for other users, we have added a task to our backlog to publicly expose BugsnagStackframe properties, which would allow you to access and change stack frame properties such as file, columnNumber and lineNumber.
We do not have an ETA on when this might be implemented, but we will make sure to post any updates on this thread.
mclack
added
backlog
We hope to fix this feature/bug in the future
and removed
awaiting feedback
Awaiting a response from a customer. Will be automatically closed after approximately 2 weeks.
labels
Sep 16, 2024
Description
We have an iOS project that makes use of shared JS code. We used to have a sort of hack for JS stack traces before
attachCustomStacktrace
was removed a few years ago.attachCustomStacktrace(stackTrace, withType: "nodejs")
Is there another way to achieve JS stack traces for an iOS project without forking
bugsnag-cocoa
and exposingattachCustomStacktrace
again?The text was updated successfully, but these errors were encountered: