We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d89b7 commit 71cf0e7Copy full SHA for 71cf0e7
lib/inspector-service.js
@@ -91,7 +91,9 @@ const InspectorService =
91
moduleUrl: actorModuleUrl,
92
// NOTE: the following option asks firebug.sdk to mark custom actors registering RDP packets
93
// as rdpInspectorInternals (which helps to filter out them from the packet list)
94
- rdpInspectorInternals: true
+ customAttributes: {
95
+ rdpInspectorInternals: true
96
+ }
97
};
98
99
let deferred = defer();
package.json
@@ -73,7 +73,7 @@
73
}
74
],
75
"dependencies": {
76
- "firebug.sdk": "~0.5.5"
+ "firebug.sdk": "~0.6.2"
77
},
78
"devDependencies": {
79
"eslint": "^0.21.0",
0 commit comments