Skip to content

Releases: bugsense/bugsense.js

v2.2.1

02 Dec 13:07
Compare
Choose a tag to compare

Changelog

  1. Introduces silent mode, which disables logging any kind of information to browser's console, in order to behave better in production environments
  2. Fixes AMD build bug, there was a conflict between two anonymous AMD modules.

v2.2.0

10 Oct 17:20
Compare
Choose a tag to compare

Changelog

  1. Changes API endpoint for Mint Express
  2. Updates Lockr
  3. Other bug fixes reported at Github issues

v2.1.0

22 Aug 20:12
Compare
Choose a tag to compare

Changelog

  1. Fixes bug when internet connection is not available
  2. Improvements in error parsing and all over SDK
  3. Changes in initialization options
  4. Removes deprecated or unused code
  5. Bug fixes

v2.0.1

31 Mar 10:35
Compare
Choose a tag to compare

Changes in API

We're introducing some changes in SDK's API. We changed how the SDK is getting initiated in order to have more homogenous SDKs across all supported platforms. Previously, SDK was instantiated using new Bugsense(…). That is now changing to Bugsense.initAndStartSession(…) to reflect to style of the rest of BugSense SDKs.

Also, we did some changes in Bugsense.notify(…). The problem is that web browsers create Error objects that are quite different from one another. We're trying to be as cross-platform as possible, and that reflects to supporting as many browsers as possible with minimal problems and a very straightforward API, avoiding browser specific function etc.

Stacktraces

Stacktraces in Javascript environment are a true pain. We're always trying to leverage the quality of stacktraces, so we incorporated Tracekit in order to generate better and more consistent stacktraces.

Release notes

  • Changes in SDK's API - read more here
  • [BUG]: fix for sending null stacktraces in BugSense's REST API.
  • Full AMD support, available AMD build can be found here
  • Changes in error parsing functions and overall mechanism
  • Tracekit-generated stacktraces now included in error reports
  • Changes SDK structure to accommodate future releases and new features
  • [BUG] Chrome specific issue with column line of error getting parsed as custom data

Beta Phonegap

31 Mar 16:33
Compare
Choose a tag to compare
Beta Phonegap Pre-release
Pre-release
beta-phonegap

Updates README and events specific public API functions