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 a3ad6d7 commit 168ff60Copy full SHA for 168ff60
packages/gatsby-source-contentful/package.json
@@ -15,7 +15,7 @@
15
"base64-img": "^1.0.4",
16
"bluebird": "^3.7.2",
17
"chalk": "^4.1.0",
18
- "contentful": "^7.14.12",
+ "contentful": "^8.1.7",
19
"fs-extra": "^9.0.1",
20
"gatsby-core-utils": "^1.9.0-next.0",
21
"gatsby-plugin-utils": "^0.8.0-next.1",
packages/gatsby-source-contentful/src/fetch.js
@@ -19,6 +19,7 @@ module.exports = async function contentfulFetch({
host: pluginConfig.get(`host`),
environment: pluginConfig.get(`environment`),
proxy: pluginConfig.get(`proxy`),
22
+ integration: `gatsby-source-contentful`,
23
responseLogger: response => {
24
function createMetadataLog(response) {
25
if (process.env.gatsby_log_level === `verbose`) {
0 commit comments