File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
static/app/views/performance/transactionSummary/transactionSpans/spanSummary Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import {space} from 'sentry/styles/space';
14
14
import type { Organization } from 'sentry/types/organization' ;
15
15
import type { Project } from 'sentry/types/project' ;
16
16
import { defined } from 'sentry/utils' ;
17
- import { browserHistory } from 'sentry/utils/browserHistory' ;
18
17
import EventView , { type MetaType } from 'sentry/utils/discover/eventView' ;
19
18
import { getFieldRenderer } from 'sentry/utils/discover/fieldRenderers' ;
20
19
import type { ColumnType } from 'sentry/utils/discover/fields' ;
@@ -200,7 +199,7 @@ export default function SpanSummaryTable(props: Props) {
200
199
} ) ?? [ ] ;
201
200
202
201
const handleCursor : CursorHandler = ( cursor , pathname , query ) => {
203
- browserHistory . push ( {
202
+ navigate ( {
204
203
pathname,
205
204
query : { ...query , [ QueryParameterNames . SPANS_CURSOR ] : cursor } ,
206
205
} ) ;
You can’t perform that action at this time.
0 commit comments