gatsby-plugin-google-analytics: "cookieFlags" is not allowed - Invalid plugin options #27833
Labels
topic: plugins-analytics
Various analytics plugins like gatsby-plugin-google-analytics
type: bug
An issue or pull request relating to a bug in Gatsby
Description
After recent update which enabled plugin option validation,
gatsby-plugin-google-analytics
throws with the following:Although gatsby-plugin-google-analytics list
cookieFlags
as an option, it is not allowed after the latest update.Steps to reproduce
gatsby
andgatsby-plugin-google-analytics
cookieFlags
option:Expected result
It should be accepted as a valid plugin option.
Actual result
It is not allowed and throws build process.
Environment
Run
gatsby info --clipboard
in your project directory and paste the output here.The text was updated successfully, but these errors were encountered: