Skip to content

Commit ed4b14e

Browse files
getsentry-releaseopenapi-getsentry-bot
and
openapi-getsentry-bot
authored
Bump API schema to 51886adb (#9133)
Co-authored-by: openapi-getsentry-bot <[email protected]>
1 parent 558e014 commit ed4b14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/resolveOpenAPI.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {DeRefedOpenAPI} from './open-api/types';
1010

1111
// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
1212
// 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';
13+
const SENTRY_API_SCHEMA_SHA = '51886adbfba153fb3ccd85bd42ec69d56cf2d04b';
1414

1515
const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';
1616

0 commit comments

Comments
 (0)