You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

plausible-telemetry

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plausible-telemetry

Use Plausible Analytics for your Application Telemetry

0.1.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

plausible-telemetry

A super-simple Plausible client, geared at application telemetry.

npm install plausible-telemetry

import PlausibleTelemetry from "plausible-telemetry"

const telemetry = new PlausibleTelemetry(
  "telemetry.your-domain.dev",
  "mobile"  // mobile | tablet
            // e.g. for distinguishing between
            // Docker and Native installs.
)

await telemetry.record("started") // will be shown as page view
await telemetry.goal("beta_feature_1 used")

FAQs

Package last updated on 23 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts