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 377e88a commit 9c8e78bCopy full SHA for 9c8e78b
src/build/resolveOpenAPI.ts
@@ -10,7 +10,7 @@ import {DeRefedOpenAPI} from './open-api/types';
10
11
// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
12
// DO NOT change variable name unless you change it in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
13
-const SENTRY_API_SCHEMA_SHA = '76490f725fda1363e3412c8462a95567832a68ac';
+const SENTRY_API_SCHEMA_SHA = '78a8da372a1912d69e27b7f36603017cd29b6815';
14
15
const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';
16
0 commit comments