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 has been archived by the owner on Apr 27, 2023. It is now read-only.
This was caught by @Dexterp37. We will need the user's rally id in order to send the glean ping. One way we can make sure we have it is to store the rally id is for ._checkForRallyCore to return the rally id, which would be stored in the instance (something like instance.rallyID. This would enable us to pass it into the glean submission.
This requires us to:
publish a new version of rally.js
update the core add-on to pass the id
update RS01 (our testbed for glean.js) to use the new version of rally.js
The text was updated successfully, but these errors were encountered:
This was caught by @Dexterp37. We will need the user's rally id in order to send the glean ping. One way we can make sure we have it is to store the rally id is for
._checkForRallyCore
to return the rally id, which would be stored in the instance (something likeinstance.rallyID
. This would enable us to pass it into the glean submission.This requires us to:
The text was updated successfully, but these errors were encountered: