From 464c71abad926a7793cc4fbb8e86ab6a272cd4c6 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:45:49 -0700 Subject: [PATCH] Bump API schema to d2ba86e1 (#11408) Co-authored-by: openapi-getsentry-bot --- 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 dba0d6c5bd3f5..1fd89299f13a5 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 = '06117e826af6ee1c1a52035fe1179bf7907301bf'; +const SENTRY_API_SCHEMA_SHA = 'd2ba86e14383fbdcf96d0a59bf96b664aa73fa20'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';