From 43ad67889cf995454ebdfd36029128fe2d66ce23 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:47:28 -0700 Subject: [PATCH] Bump API schema to dd9f257b (#7781) Co-authored-by: openapi-getsentry-bot --- src/gatsby/utils/resolveOpenAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gatsby/utils/resolveOpenAPI.ts b/src/gatsby/utils/resolveOpenAPI.ts index d9ad635e67a3d..41f231cf2c16a 100644 --- a/src/gatsby/utils/resolveOpenAPI.ts +++ b/src/gatsby/utils/resolveOpenAPI.ts @@ -6,7 +6,7 @@ import {promises as fs} from 'fs'; // 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 = '3791565d415082409b55ad8fc2fad247e356fa1a'; +const SENTRY_API_SCHEMA_SHA = 'dd9f257b51c221c65a496680b03e9a95aee96e21'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';