Skip to content

Commit d47890b

Browse files
committed
release: 22.4.0
1 parent 2edaf8e commit d47890b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2025-03-15
19+
Change Date: 2025-04-15
2020

2121
Change License: Apache License, Version 2.0
2222

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 = "0d9d09972d8ec43d8e951ab5d36a2a9693d4060f"
6+
const SENTRY_API_SCHEMA_SHA = "0c0594cc6ce2bf9b4e16c637ce5c852a2dbb715a"
77

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

0 commit comments

Comments
 (0)