|
@@ -28,17 +28,19 @@ import ExternalLink from 'sentry/components/links/externalLink';
|
|
import {t, tct} from 'sentry/locale';
|
|
import {t, tct} from 'sentry/locale';
|
|
import space from 'sentry/styles/space';
|
|
import space from 'sentry/styles/space';
|
|
import {
|
|
import {
|
|
|
|
+ Entry,
|
|
|
|
+ EntryType,
|
|
|
|
+ Event,
|
|
ExceptionValue,
|
|
ExceptionValue,
|
|
Group,
|
|
Group,
|
|
IssueAttachment,
|
|
IssueAttachment,
|
|
Organization,
|
|
Organization,
|
|
Project,
|
|
Project,
|
|
SharedViewOrganization,
|
|
SharedViewOrganization,
|
|
|
|
+ Thread,
|
|
} from 'sentry/types';
|
|
} from 'sentry/types';
|
|
import {DebugFile} from 'sentry/types/debugFiles';
|
|
import {DebugFile} from 'sentry/types/debugFiles';
|
|
import {Image} from 'sentry/types/debugImage';
|
|
import {Image} from 'sentry/types/debugImage';
|
|
-import {Entry, EntryType, Event} from 'sentry/types/event';
|
|
|
|
-import {Thread} from 'sentry/types/events';
|
|
|
|
import {isNotSharedOrganization} from 'sentry/types/utils';
|
|
import {isNotSharedOrganization} from 'sentry/types/utils';
|
|
import {defined, objectIsEmpty} from 'sentry/utils';
|
|
import {defined, objectIsEmpty} from 'sentry/utils';
|
|
import trackAdvancedAnalyticsEvent from 'sentry/utils/analytics/trackAdvancedAnalyticsEvent';
|
|
import trackAdvancedAnalyticsEvent from 'sentry/utils/analytics/trackAdvancedAnalyticsEvent';
|