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

0.0.20 • Public • Published

Alerty Vue 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/vue

In a Vue application, initialize Alerty SDK in your main entry file, typically src/index.js:

import "./assets/main.css";
import { createApp } from "vue";
import App from "./App.vue";

import * as Alerty from "@alerty/vue";

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

createApp(App).mount("#app");

Data should be flowing now!

License

Alerty SDK is released under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @alerty/vue

Weekly Downloads

7

Version

0.0.20

License

MIT

Unpacked Size

2.87 kB

Total Files

5

Last publish

Collaborators

  • chandlerroth
  • zzh8829