We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f134256 commit afe5b5cCopy full SHA for afe5b5c
src/gatsby/utils/resolveOpenAPI.ts
@@ -6,7 +6,7 @@ import {promises as fs} from 'fs';
6
7
// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
8
// DO NOT change variable name unless you change it in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
9
-const SENTRY_API_SCHEMA_SHA = '75359787cd8be86bcd09cc8eaeb7a251af63b8ab';
+const SENTRY_API_SCHEMA_SHA = '37013c9d352dea549bf8da4af47934e92544ff30';
10
11
const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';
12
0 commit comments