Skip to content

Commit 9c8e78b

Browse files
getsentry-releaseopenapi-getsentry-bot
andauthored
Bump API schema to 78a8da37 (#9154)
Co-authored-by: openapi-getsentry-bot <bot@getsentry.com>
1 parent 377e88a commit 9c8e78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/resolveOpenAPI.ts

Lines changed: 1 addition & 1 deletion
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 = '76490f725fda1363e3412c8462a95567832a68ac';
13+
const SENTRY_API_SCHEMA_SHA = '78a8da372a1912d69e27b7f36603017cd29b6815';
1414

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

0 commit comments

Comments
 (0)