Skip to content

Commit

Permalink
Bump API schema to 331d16a5 (#8466)
Browse files Browse the repository at this point in the history
Co-authored-by: openapi-getsentry-bot <[email protected]>
  • Loading branch information
getsentry-release and openapi-getsentry-bot authored Nov 9, 2023
1 parent 6f0c30f commit 32ceeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gatsby/utils/resolveOpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 = '7de5b81fb34008bde266833d73e370abb60ea539';
const SENTRY_API_SCHEMA_SHA = '331d16a5d58e63ef8374622c10ee96ceb091da9b';

const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';

Expand Down

0 comments on commit 32ceeab

Please sign in to comment.