From 07d78892e2d3b4c7e1ae8fd6ceddd522bbce29b0 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Fri, 20 Dec 2024 16:20:55 +0000 Subject: [PATCH] Bump API schema to a2907d92 --- 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 1f2aa9b33b14c..c5492c73c3760 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 = '5d9340a8aa68964aa58ac198b5cdad2c7aaca5e9'; +const SENTRY_API_SCHEMA_SHA = 'a2907d92817e43576c371270ca6854b472c3509c'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';