I think the problem is that the tracker frame and the devtool's console service are not in the same process, so console service can't receive the message. Chris, do you know whether this is a known issue? or there is a fission-compatible console API we can use? Note. the API anti-tracking is using to report console is [nsContentUtils::ReportToConsoleByWindowID](https://searchfox.org/mozilla-central/rev/7dafc35406b9c945189c617d427f5458933fd3fb/dom/base/nsContentUtils.cpp#3767).
Bug 1639851 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The problem is that the tracker frame and the devtool's console service are not in the same process, so console service can't receive the message. Chris, do you know whether this is a known issue? or there is a fission-compatible console API we can use? Note. the API anti-tracking is using to report console is [nsContentUtils::ReportToConsoleByWindowID](https://searchfox.org/mozilla-central/rev/7dafc35406b9c945189c617d427f5458933fd3fb/dom/base/nsContentUtils.cpp#3767).