Skip to content

Commit

Permalink
fix(gatsby-plugin-google-analytics): add cookieFlags to options schema (
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr authored Nov 9, 2020
1 parent 3489672 commit 557139e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-plugin-google-analytics/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ exports.pluginOptionsSchema = ({ Joi }) =>
sampleRate: Joi.number(),
siteSpeedSampleRate: Joi.number(),
cookieDomain: Joi.string(),
cookieFlags: Joi.string(),
name: Joi.string(),
clientId: Joi.string(),
alwaysSendReferrer: Joi.boolean(),
Expand Down

0 comments on commit 557139e

Please sign in to comment.