What is the best way to get stacktraces from my pr...
# tornadofx
s
What is the best way to get stacktraces from my production application? On Android I’m used to using something like Crashlytics. What do people do to get crash reports for production JVM applications?
👍 1
a
You mean via web? It is not that simple. You need to use some kind of analytics service, but you also need to ask user to allow to send error data. It can contain sensitive data.
s
I mean via JVM client, production application, when shipped with something like jpackage and tornadofx