Skip to content

Commit

Permalink
fix: change urlReg to urlGlob and correct glob pattern for outlier ta…
Browse files Browse the repository at this point in the history
…bles
  • Loading branch information
HendrikThePendric committed Mar 20, 2024
1 parent 58cc0e8 commit 0575682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/push-analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"dashboardItemProperty": "visualization.type",
"value": "OUTLIER_TABLE",
"strategy": "interceptRequest",
"urlReg": "*/analytics/outlierDetection?displayProperty=NAME&*"
"urlGlob": "**/analytics/outlierDetection?displayProperty=NAME&**"
},
{
"dashboardItemProperty": "visualization.type",
Expand Down

0 comments on commit 0575682

Please sign in to comment.