Skip to content

3.9.0

Compare
Choose a tag to compare
@benvinegar benvinegar released this 07 Dec 01:12
· 8742 commits to master since this release
  • NEW: breadcrumbCallback and setBreadcrumbCallback for filtering/mutating breadcrumbs. See: #788
  • NEW: Can enable synthetic traces globally via stacktrace: true config option. See: #763
  • CHANGE: Can set user context via config under user key. See: #762
  • CHANGE: Unit and integration tests now run on PhantomJS 2. See: #777
  • BUGFIX: Fix mouse click breadcrumbs not captured in some scenarios. See: #766
  • BUGFIX: React Native plugin normalizes paths in stacktraces generated via captureMessage. See: #778
  • BUGFIX: Doesn't break when window is absent (e.g. inside web workers). See: #785