Skip to main content
Alerty SDK is a powerful monitoring tool designed, built, and priced for the needs of developers and founders. It helps you monitor your applications, track errors, and ensure your software runs smoothly.

Features

  • Error Monitoring: Automatically captures errors and their stack traces.
  • Service Monitoring: Monitors the health and performance of your services.
  • Customizable Alerts: Set up alerts to notify you when something goes wrong.
  • Lightweight and Fast: Designed to be efficient with minimal overhead.

Tutorial Video

Monitoring for Javascript

Getting Started

You can install the Alerty SDK via npm:
To start using Alerty SDK, initialize it in your project:

Database Monitoring

If you also want to monitor your database, Alerty integrates with the following ORM libraries:

Prisma

First, in the generator block of your schema.prisma file, enable the tracing feature flag:
Install the instrumentation dependency:
Add PrismaInstrumentation to the instrumentations option and capture the error events:
Data should be flowing now!