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 6d08973 commit e5767adCopy full SHA for e5767ad
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 = "20137a8478a299d042ea6b0d030b3d86e3b53cd6"
+const SENTRY_API_SCHEMA_SHA = "8059f6d628dfea2797ba2da284e232434450dc7f"
7
8
const activeEnv =
9
process.env.GATSBY_ENV || process.env.NODE_ENV || "development";
0 commit comments