Skip to content

Commit 557139e

Browse files
authored
fix(gatsby-plugin-google-analytics): add cookieFlags to options schema (#27923)
1 parent 3489672 commit 557139e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby-plugin-google-analytics/src/gatsby-node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ exports.pluginOptionsSchema = ({ Joi }) =>
3535
sampleRate: Joi.number(),
3636
siteSpeedSampleRate: Joi.number(),
3737
cookieDomain: Joi.string(),
38+
cookieFlags: Joi.string(),
3839
name: Joi.string(),
3940
clientId: Joi.string(),
4041
alwaysSendReferrer: Joi.boolean(),

0 commit comments

Comments
 (0)