Skip to content

Commit 71cf0e7

Browse files
committed
mark RDPi internals rdp packages using the customAttributes feature from firebug.sdk 0.6.2
1 parent 63d89b7 commit 71cf0e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/inspector-service.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ const InspectorService =
9191
moduleUrl: actorModuleUrl,
9292
// NOTE: the following option asks firebug.sdk to mark custom actors registering RDP packets
9393
// as rdpInspectorInternals (which helps to filter out them from the packet list)
94-
rdpInspectorInternals: true
94+
customAttributes: {
95+
rdpInspectorInternals: true
96+
}
9597
};
9698

9799
let deferred = defer();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
],
7575
"dependencies": {
76-
"firebug.sdk": "~0.5.5"
76+
"firebug.sdk": "~0.6.2"
7777
},
7878
"devDependencies": {
7979
"eslint": "^0.21.0",

0 commit comments

Comments
 (0)