0.2.3 • Published 3 years ago

@aics/frontend-insights-plugin-amplitude-node v0.2.3

Weekly downloads
115
License
SEE LICENSE IN LI...
Repository
-
Last release
3 years ago

@aics/frontend-insights-plugin-amplitude-node

Plugin to @aics/frontend-insights that ships user events to Amplitude. Only suitable for use in a NodeJS-like environment, such as Electron, as the @amplitude/node package that this plugin provides a facade for relies on being able to require the HTTP and HTTPS NodeJS packages, among others.

References:

Usage

Required constructor argument(s):

  • options: { apiKey: string; }
const amplitudeNodePlugin = new AmplitudeNodePlugin({ apiKey: "abc123" });
const frontendInsights = new FrontendInsights({ ... }, [amplitudeNodePlugin]);
0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.1.0-alpha.1

3 years ago

0.1.0-alpha.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago