Skip to content

Commit

Permalink
release: 22.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Apr 15, 2022
1 parent 2edaf8e commit d47890b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
error-reporting or application monitoring features of the
Licensed Work.

Change Date: 2025-03-15
Change Date: 2025-04-15

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion src/gatsby/utils/resolveOpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { promises as fs } from "fs";

// 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 = "0d9d09972d8ec43d8e951ab5d36a2a9693d4060f"
const SENTRY_API_SCHEMA_SHA = "0c0594cc6ce2bf9b4e16c637ce5c852a2dbb715a"

const activeEnv =
process.env.GATSBY_ENV || process.env.NODE_ENV || "development";
Expand Down

0 comments on commit d47890b

Please sign in to comment.