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 6266de9 commit c3aa8c4Copy full SHA for c3aa8c4
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 = "5770f0bd112473215476b27d8e6fee1536b2bbf9"
+const SENTRY_API_SCHEMA_SHA = "4142dcfe084c877cee19630cde7bd1ddd9d3807a"
7
8
const activeEnv =
9
process.env.GATSBY_ENV || process.env.NODE_ENV || "development";
0 commit comments