Skip to content

Commit 7f5f86a

Browse files
getsentry-releaseopenapi-getsentry-bot
andauthored
Bump API schema to 50bd6c86 (#7492)
Co-authored-by: openapi-getsentry-bot <[email protected]>
1 parent 4ae8795 commit 7f5f86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gatsby/utils/resolveOpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {promises as fs} from 'fs';
66

77
// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
88
// 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 = '5ef21877f75cbe0a0baaa01401d22daf1478b659';
9+
const SENTRY_API_SCHEMA_SHA = '50bd6c862256125128ff90cc093970d3d5581617';
1010

1111
const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';
1212

0 commit comments

Comments
 (0)