Skip to content

Commit 6d527d8

Browse files
getsentry-releaseopenapi-getsentry-bot
andauthored
Bump API schema to 5770f0bd (#6456)
Co-authored-by: openapi-getsentry-bot <bot@getsentry.com>
1 parent 806c403 commit 6d527d8

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 = "d6465aa9741af07a15e509eb2ce43fb8f7d240fd"
6+
const SENTRY_API_SCHEMA_SHA = "5770f0bd112473215476b27d8e6fee1536b2bbf9"
77

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

0 commit comments

Comments
 (0)