We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3489672 commit 557139eCopy full SHA for 557139e
packages/gatsby-plugin-google-analytics/src/gatsby-node.js
@@ -35,6 +35,7 @@ exports.pluginOptionsSchema = ({ Joi }) =>
35
sampleRate: Joi.number(),
36
siteSpeedSampleRate: Joi.number(),
37
cookieDomain: Joi.string(),
38
+ cookieFlags: Joi.string(),
39
name: Joi.string(),
40
clientId: Joi.string(),
41
alwaysSendReferrer: Joi.boolean(),
0 commit comments