From ecc6e6400d0a83d6f3dc9ea1cbb9e3c872608aa0 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Mon, 31 Mar 2025 21:21:52 +0000 Subject: [PATCH] Bump API schema to d1426459 --- 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 4b7438ba93782f..3a6b0d1aabebd4 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 = '3339cec7c303e98f69df2b2e5318b841981ef719'; +const SENTRY_API_SCHEMA_SHA = 'd142645939e90b3c1c7596bc61ba17204ee63b66'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';