|
@@ -10,7 +10,6 @@ import styled from '@emotion/styled';
|
|
|
import {Button} from 'sentry/components/button';
|
|
|
import ButtonBar from 'sentry/components/buttonBar';
|
|
|
import {CompactSelect} from 'sentry/components/compactSelect';
|
|
|
-import HookOrDefault from 'sentry/components/hookOrDefault';
|
|
|
import {SegmentedControl} from 'sentry/components/segmentedControl';
|
|
|
import {Tooltip} from 'sentry/components/tooltip';
|
|
|
import {IconEllipsis, IconLink, IconSort} from 'sentry/icons';
|
|
@@ -39,8 +38,6 @@ export const displayOptions = {
|
|
|
'verbose-function-names': t('Verbose function names'),
|
|
|
};
|
|
|
|
|
|
-const HookCodecovCTA = HookOrDefault({hookName: 'component:codecov-integration-cta'});
|
|
|
-
|
|
|
type State = {
|
|
|
display: Array<keyof typeof displayOptions>;
|
|
|
fullStackTrace: boolean;
|
|
@@ -443,7 +440,6 @@ export function TraceEventDataSection({
|
|
|
wrapTitle={wrapTitle}
|
|
|
>
|
|
|
<TraceEventDataSectionContext.Provider value={childProps}>
|
|
|
- <HookCodecovCTA />
|
|
|
{children(childProps)}
|
|
|
</TraceEventDataSectionContext.Provider>
|
|
|
</EventDataSection>
|