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.Documentation Index
Fetch the complete documentation index at: https://docs.alerty.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Getting Started
You can install the Alerty SDK via npm:Database Monitoring
If you also want to monitor your database, Alerty integrates with the following ORM libraries:Prisma
First, in the generator block of yourschema.prisma file, enable the tracing feature flag:
PrismaInstrumentation to the instrumentations option and capture the error events:

