You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{t('Prerequisites to connect your GitHub organization:')}
78
-
</PrerequisitesTitle>
79
-
<Prerequisites>
80
-
<Prereq>
81
-
<PrereqMainText>{t('Enable GitHub as an Auth Provider')}</PrereqMainText>
82
-
<PrereqSubText>
83
-
{t(
84
-
"Sentry Prevent analyzes your code through your Git provider. You'll need to authenticate to access data from your organizations."
85
-
)}
86
-
</PrereqSubText>
87
-
</Prereq>
88
-
<Prereq>
89
-
<LinkButton
90
-
priority="default"
91
-
icon={<IconGithub/>}
92
-
href="https://github.com"
93
-
>
94
-
{t('Sign in with GitHub')}
95
-
</LinkButton>
96
-
</Prereq>
97
-
<Prereq>
98
-
<PrereqMainText>{t('Install the GitHub Sentry App')}</PrereqMainText>
99
-
<PrereqSubText>
100
-
<Linkto="https://github.com/apps/sentry-io">{t('Install the app')}</Link>
101
-
{t(
102
-
" on your GitHub org in your Sentry org. You will need to be an Owner of your GitHub organization to fully configure the integration. Note: Once linked, a GitHub org/account can't be connected to another Sentry org."
{t('Prerequisites to connect your GitHub organization:')}
109
+
</PrerequisitesTitle>
110
+
<Prerequisites>
111
+
<Prereq>
112
+
<PrereqMainText>{t('Enable GitHub as an Auth Provider')}</PrereqMainText>
113
+
<PrereqSubText>
114
+
{t(
115
+
"Sentry Prevent analyzes your code through your Git provider. You'll need to authenticate to access data from your organizations."
116
+
)}
117
+
</PrereqSubText>
118
+
</Prereq>
119
+
<Prereq>
120
+
<LinkButton
121
+
priority="default"
122
+
icon={<IconGithub/>}
123
+
href="https://github.com"
124
+
>
125
+
{t('Sign in with GitHub')}
126
+
</LinkButton>
127
+
</Prereq>
128
+
<Prereq>
129
+
<PrereqMainText>{t('Install the GitHub Sentry App')}</PrereqMainText>
130
+
<PrereqSubText>
131
+
<Linkto="https://github.com/apps/sentry-io">
132
+
{t('Install the app')}
133
+
</Link>
134
+
{t(
135
+
" on your GitHub org in your Sentry org. You will need to be an Owner of your GitHub organization to fully configure the integration. Note: Once linked, a GitHub org/account can't be connected to another Sentry org."
0 commit comments