Skip to content

Commit

Permalink
Merge pull request #215 from Webperf-se/issue-214
Browse files Browse the repository at this point in the history
Added Application Insights #214
  • Loading branch information
7h3Rabbit authored Sep 9, 2023
2 parents 8fe6985 + 0b39ca2 commit a51b608
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SAMPLE-software-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,19 @@
}
]
},
{
"use": true,
"type": "javascript",
"description": "Microsoft ApplicationInsigt javascript framwork",
"match": "\\\"(?P<version>[0-9\\.]+)\\\"[^\\\"]+\\\"Microsoft\\\"[^\\\"]+\\\"ApplicationInsights2\\\"[^\\\"]+\\\"ApplicationInsights\\\"",
"results": [
{
"name": "ApplicationInsights-JS",
"category": "js",
"precision": 0.6
}
]
},
{
"use": true,
"type": "javascript",
Expand Down

0 comments on commit a51b608

Please sign in to comment.