You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
With Pioneer configured, the telemetry archive only stores the encrypted payloads. The PR includes a new studySetup config option telemetry.internalTelemetryArchive:
// Keep an internal telemetry archive. Useful for verifying payloads of Pioneer studies without risking actually sending any unencrypted payloads [default if omitted: false]
internalTelemetryArchive: false,
The updated functional tests use this to verify the sent payloads. Currently only exposed via browser.studyDebug.getInternals(), this could favorably be exposed as browser.study.searchSeenTelemetry (compare to the existing browser.study.searchSentTelemetry which searches the telemetry archive)
With Pioneer configured, the telemetry archive only stores the encrypted payloads. The PR includes a new studySetup config option
telemetry.internalTelemetryArchive:The updated functional tests use this to verify the sent payloads. Currently only exposed via
browser.studyDebug.getInternals(), this could favorably be exposed asbrowser.study.searchSeenTelemetry(compare to the existingbrowser.study.searchSentTelemetrywhich searches the telemetry archive)