toddanglin / nativescript-trace-raven

Custom NativeScript TraceWriter using Raven to write logs to Sentry.io
Other
11 stars 7 forks source link

More Raven/Sentry examples #1

Open roblav96 opened 7 years ago

roblav96 commented 7 years ago

@toddanglin https://gist.github.com/roblav96/704b003a26e52edf2bb049857803b108 You might find something useful in this Raven/Sentry module I wrote for a recent project. Let me know if you have any questions.

toddanglin commented 7 years ago

Nice! That looks like a very complete/clean implementation. I like how you've captured more of the stack trace detail on Android.

Will definitely consider some improvements based on what you did. Thanks again for sharing.