0.10.0 • Published 2 years ago

micro-stat v0.10.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

micro-stat - javascript-integration

  • This integration is designed for javascript based applications, like your modern SPA or Node API

Usage

If you have an account with micro stat, try out our tutorial - https://www.portal.micro-stat.com/tutorial

Instructions

  1. Install the integration into your app with npm or yarn
yarn add micro-stat
  1. Open a connection
import { Connection } from 'micro-stat';

Connection.connect("YOUR_DSN");
  1. Publish a new metric
import { Counter } from 'micro-stat';

const myCounter = new Counter('Count Page Hits');

myCounter.increment();

myCounter.publish();

Web Vitals

  • Web vitals are automatically recorded when using this integration package
0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.4.2

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago