File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
static/gsApp/views/seerAutomation Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 1- import { ExternalLink , Link } from '@sentry/scraps/link' ;
1+ import { ExternalLink } from '@sentry/scraps/link' ;
22
33import { AnalyticsArea } from 'sentry/components/analyticsArea' ;
44import { SentryDocumentTitle } from 'sentry/components/sentryDocumentTitle' ;
55import { t , tct } from 'sentry/locale' ;
6- import { useOrganization } from 'sentry/utils/useOrganization' ;
76import { SettingsPageHeader } from 'sentry/views/settings/components/settingsPageHeader' ;
87
98import { SeerProjectTable } from 'getsentry/views/seerAutomation/components/projectTable/seerProjectTable' ;
109import { SeerSettingsPageContent } from 'getsentry/views/seerAutomation/components/seerSettingsPageContent' ;
1110import { SeerSettingsPageWrapper } from 'getsentry/views/seerAutomation/components/seerSettingsPageWrapper' ;
1211
1312export default function SeerAutomationProjects ( ) {
14- const organization = useOrganization ( ) ;
1513 return (
1614 < AnalyticsArea name = "projects" >
1715 < SeerSettingsPageWrapper >
@@ -27,17 +25,6 @@ export default function SeerAutomationProjects() {
2725 docs : (
2826 < ExternalLink href = "https://docs.sentry.io/product/ai-in-sentry/seer/#seer-capabilities" />
2927 ) ,
30-
31- manageLink : (
32- < Link
33- to = { {
34- pathname : `/settings/${ organization . slug } /integrations/` ,
35- query : { category : 'coding agent' } ,
36- } }
37- >
38- { t ( 'Manage Coding Agent Integrations' ) }
39- </ Link >
40- ) ,
4128 }
4229 ) }
4330 />
You can’t perform that action at this time.
0 commit comments