Skip to content

Watcher Handlers Installation

Watcher handlers are essential components in Lens that allow you to capture and process specific types of events, such as database queries or cache operations. To utilize these handlers, you first need to install the @lensjs/watchers package.

Installation

Install the watcher handlers package using npm:

bash
npm install @lensjs/watchers