Skip to content

Commit

Permalink
[APM] Remove transaction.result filter from Errors overviews page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Sep 12, 2019
1 parent 412a28d commit f68482b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -73,7 +73,7 @@ const ErrorGroupOverview: React.SFC = () => {

const localUIFiltersConfig = useMemo(() => {
const config: React.ComponentProps<typeof LocalUIFilters> = {
filterNames: ['transactionResult', 'host', 'containerId', 'podName'],
filterNames: ['host', 'containerId', 'podName'],
params: {
serviceName
},
Expand Down
Expand Up @@ -19,7 +19,6 @@ const ErrorOverviewLink = ({ serviceName, query, ...rest }: Props) => {

const persistedFilters = pickKeys(
urlParams,
'transactionResult',
'host',
'containerId',
'podName'
Expand Down

0 comments on commit f68482b

Please sign in to comment.