Skip to content

Commit

Permalink
Merge pull request #1429 from snyk/lirantal-add-netlify-source-tracking
Browse files Browse the repository at this point in the history
feat: add tracking for netlify plugin as source
  • Loading branch information
lirantal authored Sep 29, 2020
2 parents 394f435 + 7c53560 commit 50ab9b0
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 50ab9b0

Please sign in to comment.