|
@@ -5,7 +5,6 @@ import * as qs from 'query-string';
|
|
|
|
|
|
import {addErrorMessage, addSuccessMessage} from 'app/actionCreators/indicator';
|
|
|
import {openModal} from 'app/actionCreators/modal';
|
|
|
-import Alert from 'app/components/alert';
|
|
|
import AsyncComponent from 'app/components/asyncComponent';
|
|
|
import Button from 'app/components/button';
|
|
|
import ExternalLink from 'app/components/links/externalLink';
|
|
@@ -17,7 +16,7 @@ import RepositoryProjectPathConfigRow, {
|
|
|
NameRepoColumn,
|
|
|
OutputPathColumn,
|
|
|
} from 'app/components/repositoryProjectPathConfigRow';
|
|
|
-import {IconAdd, IconInfo} from 'app/icons';
|
|
|
+import {IconAdd} from 'app/icons';
|
|
|
import {t, tct} from 'app/locale';
|
|
|
import space from 'app/styles/space';
|
|
|
import {
|
|
@@ -178,11 +177,6 @@ class IntegrationCodeMappings extends AsyncComponent<Props, State> {
|
|
|
|
|
|
return (
|
|
|
<Fragment>
|
|
|
- <Alert type="info" icon={<IconInfo />}>
|
|
|
- {tct('Got feedback? Email [email:ecosystem-feedback@sentry.io].', {
|
|
|
- email: <a href="mailto:ecosystem-feedback@sentry.io" />,
|
|
|
- })}
|
|
|
- </Alert>
|
|
|
<TextBlock>
|
|
|
{tct(
|
|
|
`Code Mappings are used to map stack trace file paths to source code file paths. These mappings are the basis for features like Stack Trace Linking. To learn more, [link: read the docs].`,
|