Skip to content

Commit 176f9a0

Browse files
committed
release: 21.8.0
1 parent f239201 commit 176f9a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
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: 2024-08-15
19+
Change Date: 2024-08-31
2020

2121
Change License: Apache License, Version 2.0
2222

src/gatsby/utils/resolveOpenAPI.ts

+1-1
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 = "4cf8276a19f412a316f9bc723a6081a1acc98ba1"
6+
const SENTRY_API_SCHEMA_SHA = "91051c793a2fd007f96dd92cc12bb58e3db77e01"
77

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

0 commit comments

Comments
 (0)