Skip to content

Commit 66eeeda

Browse files
author
openapi-getsentry-bot
committed
Bump API schema to aeb99a03
1 parent e23cdc6 commit 66eeeda

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 = '56a679f73a4132508e614825ff525bf06968818a';
13+
const SENTRY_API_SCHEMA_SHA = 'aeb99a0319ae42137d6eb403bb6fff411bbab26d';
1414

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

0 commit comments

Comments
 (0)