Version 2.1.10 - 02.07.2024
Improvements:
- Updated dependencies to the latest version.
- On uncaught exception, store a report in the database rather than sending it to API. If the database is not available, try sending a report to the server (#36).
- Added
application.session
,application.version
,backtrace.agent
andbacktrace.version
attributes. - Read
application.version
andversion
attributes only when the assembly is available. - Added support for the
error.type
attribute (#42). - Fixed the problem when the
guid
attribute value was set incorrectly (#43).
Maintenance: