Skip to content

1.5.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@dmhaiduchonak dmhaiduchonak released this 18 May 12:00
· 11 commits to master since this release
3d26767

Fixed

  • Fix message level (debug, info, warning, error) translating to sentry.
  • Fix message scope. For now every message has own scope and not affect to other.
  • Fix adding additional data (extra context, user data) for exception messages.

Changed

  • Sentry init will be invoking at application start, and not before log export started.

Added

  • Log user ID and IP, if available.
  • Added ability to add own context data for messages scope.