Skip to content

Commit

Permalink
feat: add tracking for netlify plugin as source
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Sep 29, 2020
1 parent 394f435 commit 7c53560
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/analytics-sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ enum TrackedIntegration {

// Partner integrations - tracked by passing envvar on CLI invocation
DOCKER_DESKTOP = 'DOCKER_DESKTOP',

// DevRel integrations and plugins
// Netlify plugin: https://github.com/snyk-labs/netlify-plugin-snyk
NETLIFY_PLUGIN = 'NETLIFY_PLUGIN',
}

// TODO: propagate these to the UTM params
Expand Down

0 comments on commit 7c53560

Please sign in to comment.