Skip to content

Commit

Permalink
fix: deprecated platform parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
rudouglas committed Oct 12, 2021
1 parent 24fa2e9 commit 14cf6aa
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions nerdlets/browser-analyzer-nerdlet/nr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"schemaType": "NERDLET",
"id": "root",
"description": "Analyze your web property. Connect performance improvements to business outcomes.",
"entities": [{ "domain": "BROWSER", "type": "APPLICATION"}],
"displayName": "Site Analyzer",
"actionCategory": "monitor"
}
"context": {
"entities": [
{
"domain": "BROWSER",
"type": "APPLICATION"
}
]
},
"displayName": "Site Analyzer"
}

0 comments on commit 14cf6aa

Please sign in to comment.