Skip to content

Commit 056da44

Browse files
committed
* 'master' of https://github.com/getsentry/sentry-docs: Fix typo (#13439) Bump API schema to cb8db2af (#13452)
2 parents 47036cb + 2ddfe61 commit 056da44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/platforms/javascript/common/user-feedback/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ On SDK version 8.0.0 and above, users can send screenshots with their feedback.
3939
<Alert>
4040
Screenshots use your [attachments
4141
quota](/pricing/quotas/manage-attachments-quota). All plans come with 1GB of
42-
attachments, which is approxiamately 2500 screenshots.
42+
attachments, which is approximately 2500 screenshots.
4343
</Alert>
4444

4545
### Session Replay

src/build/resolveOpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {DeRefedOpenAPI} from './open-api/types';
88

99
// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
1010
// DO NOT change variable name unless you change it in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
11-
const SENTRY_API_SCHEMA_SHA = '5173faedc099d1e61a8977016b6f911664564f81';
11+
const SENTRY_API_SCHEMA_SHA = 'cb8db2af5a11c520ce93b7a9ef05aeab965f3f93';
1212

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

0 commit comments

Comments
 (0)