I used it in several applications, calling it in the onCreate of Application object (basically, it will catch any errors in initializing the application. It is also worth noting that v3 from the jar, I believe that the setup method is deleted and now initAndStartSession is used
@Override public void onCreate() { super.onCreate(); BugSenseHandler.initAndStartSession(this, BUG_SENSE_API_KEY); }
scottyab
source share