|
@@ -10,24 +10,16 @@ import PageFiltersContainer from 'sentry/components/organizations/pageFilters/co
|
|
import SentryDocumentTitle from 'sentry/components/sentryDocumentTitle';
|
|
import SentryDocumentTitle from 'sentry/components/sentryDocumentTitle';
|
|
import {t} from 'sentry/locale';
|
|
import {t} from 'sentry/locale';
|
|
import useOrganization from 'sentry/utils/useOrganization';
|
|
import useOrganization from 'sentry/utils/useOrganization';
|
|
-import {normalizeUrl} from 'sentry/utils/withDomainRequired';
|
|
|
|
|
|
|
|
import {Content} from './content';
|
|
import {Content} from './content';
|
|
|
|
|
|
function TraceExplorerLandingPage() {
|
|
function TraceExplorerLandingPage() {
|
|
- const organization = useOrganization();
|
|
|
|
-
|
|
|
|
return (
|
|
return (
|
|
<Fragment>
|
|
<Fragment>
|
|
<Layout.Header>
|
|
<Layout.Header>
|
|
<Layout.HeaderContent>
|
|
<Layout.HeaderContent>
|
|
<Breadcrumbs
|
|
<Breadcrumbs
|
|
crumbs={[
|
|
crumbs={[
|
|
- {
|
|
|
|
- label: 'Performance',
|
|
|
|
- to: normalizeUrl(`/organizations/${organization.slug}/performance/`),
|
|
|
|
- preservePageFilters: true,
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
label: 'Traces',
|
|
label: 'Traces',
|
|
},
|
|
},
|