Skip to content

Commit 214f3ea

Browse files
Add target name filter to instrumentation page (#3736)
1 parent 11bd343 commit 214f3ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/js/vue/components/shared/FilterGroup.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ const AVAILABLE_FILTERS = Object.freeze({
112112
new BasicFilterField('Source', FilterType.TEXT, null, 'source'),
113113
new BasicFilterField('Language', FilterType.TEXT, null, 'language'),
114114
new BasicFilterField('Config', FilterType.TEXT, null, 'config'),
115+
new RelationshipFilterField('Target', FilterType.TEXT, null, 'name', 'target'),
115116
],
116117
BuildTargetsFiltersMultiFilterInput: (apolloClient) => [
117118
new BasicFilterField('Name', FilterType.TEXT, null, 'name'),

0 commit comments

Comments
 (0)