Skip to content

Commit

Permalink
ci: fix: removed values from traceName (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
M123-dev authored Oct 4, 2022
1 parent b8e1f82 commit 5bb3ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class _KnowledgePanelPageState extends State<KnowledgePanelPage>
String get traceTitle => 'knowledge_panel_page';

@override
String get traceName => 'Opened full knowledge panel page ${_getTitle()}';
String get traceName => 'Opened full knowledge panel page';

late Product _product;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class _ProductListPageState extends State<ProductListPage>
static const String _popupActionRename = 'rename';

@override
String get traceName => 'Opened list_page ${widget.productList.listType}';
String get traceName => 'Opened list_page';

@override
String get traceTitle => 'list_page';
Expand Down

0 comments on commit 5bb3ab0

Please sign in to comment.