Skip to content

Commit 30cda0c

Browse files
authored
chore(api): bump api sha with events doc (#5116)
Bump the SENTRY_API_SCHEMA_SHA with latest changes
1 parent 9d0495b commit 30cda0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gatsby/utils/resolveOpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { promises as fs } from "fs";
33

44
// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
55
// DO NOT change variable name unless you change it in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
6-
const SENTRY_API_SCHEMA_SHA = "d5ed0052c0935311db62a0f2bbf0728e0f503964"
6+
const SENTRY_API_SCHEMA_SHA = "803203504cbdf1881229c35024580d34f60d813f"
77

88
const activeEnv =
99
process.env.GATSBY_ENV || process.env.NODE_ENV || "development";

0 commit comments

Comments
 (0)