We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d20e2 commit ef03db8Copy full SHA for ef03db8
src/gatsby/utils/resolveOpenAPI.ts
@@ -3,7 +3,7 @@ import { promises as fs } from "fs";
3
4
// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
5
// 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 = "aab1ced40eb3e6f5b0b36bd84ce4baccff8574dc"
+const SENTRY_API_SCHEMA_SHA = "8a2f33776890c32fb9db98b0e79af7a300ebd5c6"
7
8
const activeEnv =
9
process.env.GATSBY_ENV || process.env.NODE_ENV || "development";
0 commit comments