Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/negativetwelve/gatsby-plugin-amplitude
- Owner: negativetwelve
- Created: 2018-12-07T21:03:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T21:23:48.000Z (almost 6 years ago)
- Last Synced: 2024-10-01T15:59:50.941Z (about 2 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
},
},
],
```