Skip to content

Commit 19caa81

Browse files
Bump API schema to f3ed3c2d
1 parent 178d730 commit 19caa81

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
@@ -6,7 +6,7 @@ import {DeRefedOpenAPI} from './open-api/types';
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 = '4c69fc3e332668b6480c78a9a7cdf0c417ddd317';
9+
const SENTRY_API_SCHEMA_SHA = 'f3ed3c2dd7b89372b379a3d6162828c60014f6bd';
1010

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

0 commit comments

Comments
 (0)