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 74b9dd7 commit 9c71c6fCopy full SHA for 9c71c6f
src/build/resolveOpenAPI.ts
@@ -7,10 +7,6 @@ import {promises as fs} from 'fs';
7
import {DeRefedOpenAPI} from './open-api/types';
8
import {resolveRemoteApiSpec} from './shared';
9
10
-// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
11
-// DO NOT change variable name unless you change it in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
12
-const SENTRY_API_SCHEMA_SHA = 'aee3c08319966d0f5381ce7d083cd81e4fdb00f9';
13
-
14
const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';
15
16
async function resolveOpenAPI(): Promise<DeRefedOpenAPI> {
0 commit comments