@alerty/react
TypeScript icon, indicating that this package has built-in type declarations

0.0.20 • Public • Published

Alerty React SDK

NPM Version

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.

Getting Started

You can install the Alerty SDK via npm:

npm install @alerty/react

In a React application, initialize Alerty SDK in your main entry file, typically index.js or App.js:

import * as Alerty from "@alerty/react";
import React from "react";
import ReactDOM from "react-dom";
import App from "./App";

Alerty.configure({
  dsn: "__YOUR_DSN__",
});

ReactDOM.render(<App />, document.getElementById("root"));

Data should be flowing now!

License

Alerty SDK is released under the MIT License.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.203latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.203
0.0.191
0.0.172
0.0.162
0.0.153
0.0.132
0.0.122
0.0.111
0.0.102
0.0.92
0.0.82
0.0.71
0.0.61
0.0.52
0.0.22

Package Sidebar

Install

npm i @alerty/react

Weekly Downloads

11

Version

0.0.20

License

MIT

Unpacked Size

3.15 kB

Total Files

5

Last publish

Collaborators

  • chandlerroth
  • zzh8829