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 fb801fd commit a26d3c3Copy full SHA for a26d3c3
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 = "7ea064fb99d60c0dc381b701a61389f81b8a9a81"
+const SENTRY_API_SCHEMA_SHA = "2e7fb04951d8be47c87db5991307c501af24adab"
7
8
const activeEnv =
9
process.env.GATSBY_ENV || process.env.NODE_ENV || "development";
0 commit comments