Skip to content

Commit

Permalink
release: 22.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 1, 2022
1 parent 1ae1535 commit a590b79
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-01-15
Change Date: 2025-02-01

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 = "9c4c1db4c1ea42184b34b81b467e16ca1b4eb176"
const SENTRY_API_SCHEMA_SHA = "01140d80199e94aa14eebe0848b09ee742d3a886"

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

0 comments on commit a590b79

Please sign in to comment.