[APM] Remove transaction.result filter from Errors overviews page (#45379)

This commit is contained in:
Søren Louv-Jansen 2019-09-12 15:10:42 +02:00 committed by GitHub
parent 9e3a3dc7c6
commit 15b5839fbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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
},

View file

@ -19,7 +19,6 @@ const ErrorOverviewLink = ({ serviceName, query, ...rest }: Props) => {
const persistedFilters = pickKeys(
urlParams,
'transactionResult',
'host',
'containerId',
'podName'