Skip to content

Commit e09cea7

Browse files
getsentry-releaseopenapi-getsentry-bot
andauthored
Bump API schema to ac7c0038 (#5774)
Co-authored-by: openapi-getsentry-bot <[email protected]>
1 parent 00fe1e7 commit e09cea7

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
@@ -3,7 +3,7 @@ import { promises as fs } from "fs";
33

44
// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
55
// DO NOT change variable name unless you change it in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
6-
const SENTRY_API_SCHEMA_SHA = "cf7f2cc9a9e4bfa437f947ba8b007ebe10b7dc16"
6+
const SENTRY_API_SCHEMA_SHA = "ac7c003826f6bd7eb975174e7d08e61972ee1b71"
77

88
const activeEnv =
99
process.env.GATSBY_ENV || process.env.NODE_ENV || "development";

0 commit comments

Comments
 (0)