Kermit for Newrelic #236
Replies: 2 comments 2 replies
-
Generally speaking, we don't plan to support anything we're (Touchlab) not actively using. We do take PR's for some things. However, we were working with New Relic on a project about a year ago. For crash reporting specifically, New Relic's client does not support the custom exception with function pointers capability we'd need for symbolicated stack reports, or at least didn't back then. Sentry was the same situation back in 2019, but had since changed their client, and somebody submitted a PR. If New Relic supports creating custom exception reports with function pointers (not just strings), it may be possible for that. As for just "logging", It would be relatively trivial to implement a LogWriter that logged out to any client. That's pretty simple. The crash reporting is generally much more complex to set up. |
Beta Was this translation helpful? Give feedback.
-
@kpgalligan Now we have method where you can send custom exceptions |
Beta Was this translation helpful? Give feedback.
-
is there any plan to add Kermit for Newrelic?
Beta Was this translation helpful? Give feedback.
All reactions