We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558e014 commit ed4b14eCopy full SHA for ed4b14e
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 = '422d5ff78a9f19087322f03d0c9f61f6c8e81f50';
+const SENTRY_API_SCHEMA_SHA = '51886adbfba153fb3ccd85bd42ec69d56cf2d04b';
14
15
const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';
16
0 commit comments