errsole.js

Collect, Store, and Visualize Logs with a Single Module

MIT License

Downloads
824
Stars
180
Committers
3

Bot releases are hidden (Show)

errsole.js - v2.10.2 Latest Release

Published by venki91 about 1 month ago

Improvements

  • Removed unnecessary error messages for a cleaner user experience.
errsole.js - v2.10.1

Published by venki91 about 1 month ago

Bugs

  • Added global declaration for the Errsole namespace
errsole.js - v2.10.0

Published by venki91 about 1 month ago

New Features

  • Filter Logs by Hostname
  • Error Log URL in Notifications
  • Added a feedback form link in the web dashboard

Improvements

  • Unit Tests Added
  • Updated the README file to reflect the latest features.

Bugs

  • Resolved a namespace issue in TypeScript
errsole.js - v2.9.2

Published by venki91 2 months ago

Improvements

  • Added tests.
  • Provided support for TypeScript type definitions.
  • Included helpful links in the Errsole Web Dashboard.
  • Updated the README.
  • Added benchmark documentation, along with screenshots and scripts.
  • Capturing log messages generated before Errsole initialization.
errsole.js - v2.9.1

Published by venki91 3 months ago

Bugs

  • GitHub Workflow
errsole.js - v2.9.0

Published by venki91 3 months ago

New Features

  • Added test button for integrations

Improvements

  • Flush pending logs on uncaught exceptions
  • Disabled console output in production
  • Sorted metadata
  • Preserved log page state
  • Added unit tests
  • Updated benchmark data
errsole.js - v2.8.5

Published by venki91 3 months ago

Improvements

  • Remembering log filters
  • Added benchmarks
  • Added more unit tests
  • Included new badges in README
  • Replaced errsole-sequelize with: errsole-sqlite, errsole-mysql, errsole-postgres
errsole.js - v2.8.4

Published by venki91 4 months ago

Improvements

  • Implemented streaming for data storage to improve efficiency and performance.
  • Added unit tests to ensure reliability and maintainability of the codebase.
errsole.js - v2.8.3

Published by venki91 4 months ago

Bugs

  • Fixed a bug in Hapi proxy middleware
errsole.js - v2.8.2

Published by venki91 4 months ago

Bugs

  • Fixed a bug in hapiProxyMiddleware
errsole.js - v2.8.1

Published by venki91 5 months ago

Improvements

  • Showing the metadata only for logs sourced from errsole.
errsole.js - v2.8.0

Published by venki91 5 months ago

New Features

  • Implemented proxy middleware for NestJS
  • Implemented proxy middleware for Hapi
  • Enabled log search functionality within a 24-hour window
  • Added a LinkedIn share button
errsole.js - v2.7.0

Published by venki91 5 months ago

New Features

  • Enhanced Errsole custom logger with additional metadata.
  • Added proxy middleware support to Koa.
  • Expanded log details to include hostname, process ID, source, and log level.
errsole.js - v2.6.1

Published by venki91 5 months ago

Bugs

  • Using complete URLs in the README to prevent path breakage on NPM.
errsole.js - v2.6.0

Published by venki91 5 months ago

New Features

  • You can include metadata with logs.
  • Displaying process details alongside logs.

Bugs

  • Display docs and code examples in the NPM repository.
errsole.js - v2.5.0

Published by venki91 6 months ago

New Features

  • Added Errsole Proxy Middlewares for Express and Fastify.
errsole.js - v2.4.2

Published by venki91 6 months ago

Improvements

  • Improved custom logger
  • Updated documentation
errsole.js - v2.4.1

Published by venki91 6 months ago

Improvements

  • Updated README docs.
errsole.js - v2.4.0

Published by venki91 6 months ago

New Features

  • Notifications by Email.
  • Time To Live (TTL) for logs.
errsole.js - v2.3.0

Published by venki91 6 months ago

New Features

  • Customized Logging
  • Error Notifications
  • exitOnException Option