Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/negativetwelve/gatsby-plugin-amplitude

Gatsby v2 plugin for Amplitude
https://github.com/negativetwelve/gatsby-plugin-amplitude

Last synced: about 1 month ago
JSON representation

Gatsby v2 plugin for Amplitude

Awesome Lists containing this project

README

        

# gatsby-plugin-amplitude

Gatsby plugin for Amplitude.

## Install

```sh
yarn add gatsby-plugin-amplitude
```

## Usage

```sh
// In your gatsby-config.js
plugins: [
{
resolve: 'gatsby-plugin-amplitude',
options: {
apiKey: 'YOUR-API-KEY',
enableOnDevMode: true // if 'false', will be fired on NODE_ENV=production only
},
},
],
```