Open Bug 1710571 Opened 4 years ago

All debugger telemetry events pass a session_id of -1

Categories

(DevTools :: Debugger, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: jdescottes, Unassigned)

References

Details

While investigating Bug 1656126 I noticed that all debugger telemetry events seem to pass -1 as the session id.

This makes it impossible to link debugger events to a devtools session.
Given that we don't really look at our devtools telemetry these days, it's not critical to fix it but it would be nice to capture correct data nonetheless in case we want to perform some analysis in the future.

The logic to fetch the session_id is at https://searchfox.org/mozilla-central/rev/cca1566127a2fcc013e9c09f9d90ed70df2250a4/devtools/client/debugger/src/utils/telemetry.js#63

You need to log in before you can comment on or make changes to this bug.