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
Added bugsplat.postAndExit which is a convenience function that calls process.exit(1) after bugsplat.post.
Added the ability to override default appKey, user, email and/or description by passing an options object as the second parameter to bugsplat.post.
Added the ability to specify a callback for each invocation of bugsplat.post.
Breaking Changes
The functions setAppKey, setUser, setEmail, setDescription have all been replaced by setDefaultAppKey, setDefaultUser, setDefaultEmail, setDefaultDescription respectively.