Skip to content

Commit

Permalink
🔥 [RUMF-1396] remove unused tabs permission and util module
Browse files Browse the repository at this point in the history
Removed some dead code that won't work anymore with Manifest V3
  • Loading branch information
BenoitZugmeyer committed Nov 18, 2022
1 parent 6bd09cf commit ef59bd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion developer-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Datadog Browser SDK developer extension",
"permissions": ["<all_urls>", "tabs", "webRequest", "webRequestBlocking", "storage", "browsingData"],
"permissions": ["<all_urls>", "webRequest", "webRequestBlocking", "storage", "browsingData"],
"icons": {
"256": "icon.png"
},
Expand Down
21 changes: 0 additions & 21 deletions developer-extension/src/background/utils.ts

This file was deleted.

0 comments on commit ef59bd2

Please sign in to comment.