From 06c479b2496d086f09db61c9f77487f92a2ecf2b Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Tue, 28 Jan 2025 19:43:54 +0000 Subject: [PATCH] Bump API schema to 2db995c4 --- src/build/resolveOpenAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/resolveOpenAPI.ts b/src/build/resolveOpenAPI.ts index 848960528e954d..201c78be7ac753 100644 --- a/src/build/resolveOpenAPI.ts +++ b/src/build/resolveOpenAPI.ts @@ -8,7 +8,7 @@ import {DeRefedOpenAPI} from './open-api/types'; // SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema. // DO NOT change variable name unless you change it in the sentry-docs GHA workflow in getsentry/sentry-api-schema. -const SENTRY_API_SCHEMA_SHA = '421589ca453b898372204963465c7d856feec7c7'; +const SENTRY_API_SCHEMA_SHA = '2db995c4fc85e1a3fb27f9308778acd88ef02a15'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';