Skip to content

1.5.0

Compare
Choose a tag to compare
@CookiesEater CookiesEater released this 07 Jul 09:11
· 10 commits to master since this release
e31707d

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.