Skip to content

Commit de69e7d

Browse files
Update onboarding.tsx (#97756)
error prediction will not run every commit at launch. Updating copy that made that claim <!-- Describe your PR here. --> <!-- Sentry employees and contractors can delete or ignore the following. --> ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
1 parent 9342ad3 commit de69e7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/app/views/prevent/preventAI/onboarding.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ describe('PreventAIOnboarding', function () {
111111
expect(
112112
screen.getByText(
113113
textWithMarkupMatcher(
114-
'It predicts which errors your code will cause. This happens automatically on every commit, when you mark a PR ready for review, and when you trigger a PR review with @sentry review.'
114+
'It predicts which errors your code will cause. This happens automatically when you mark a PR ready for review, and when you trigger a PR review with @sentry review.'
115115
)
116116
)
117117
).toBeInTheDocument();

static/app/views/prevent/preventAI/onboarding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export default function PreventAIOnboarding() {
156156
<li>
157157
<Text variant="muted" size="sm">
158158
{tct(
159-
'It predicts which errors your code will cause. This happens automatically on every commit, when you mark a PR ready for review, and when you trigger a PR review with [sentryCommand].',
159+
'It predicts which errors your code will cause. This happens automatically when you mark a PR ready for review, and when you trigger a PR review with [sentryCommand].',
160160
{
161161
sentryCommand: (
162162
<Text variant="accent" size="sm" bold>

0 commit comments

Comments
 (0)