FWIW, I see this in my browser console whenever I try to save an article to Pocket (with the toolbar Pocket icon) in today's Nightly: ``` TypeError: TelemetrySend.sendStandalonePing is not a function ``` ...and then the Save-To-Pocket operation never seems to complete (the throbber keeps spinning); I suspect but am not sure if it's possibly due to that TypeError. Anyway: I suspect this bug's patch will address the above logging, and possibly the failing Save-to-Pocket operation as well.
Bug 1736438 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.
FWIW, I see this in my browser console whenever I try to save an article to Pocket (with the toolbar Pocket icon) in today's Nightly: ``` TypeError: TelemetrySend.sendStandalonePing is not a function ``` ...and then the Save-To-Pocket operation never seems to complete (the throbber keeps spinning and https://getpocket.com/my-list never changes). I suspect this failure is possibly due to that TypeError (e.g. perhaps it's uncaught and makes the Pocket operation bail out?) but I'm not sure. Anyway: I suspect this bug's patch will address the above logging, and possibly the failing Save-to-Pocket operation as well.
FWIW, I see this in my ctrl+shift+J Browser Console whenever I try to save an article to Pocket (with the toolbar Pocket icon) in today's Nightly: ``` TypeError: TelemetrySend.sendStandalonePing is not a function ``` ...and then the Save-To-Pocket operation never seems to complete (the throbber keeps spinning and https://getpocket.com/my-list never changes). I suspect this failure is possibly due to that TypeError (e.g. perhaps it's uncaught and makes the Pocket operation bail out?) but I'm not sure. Anyway: I suspect this bug's patch will address the above logging, and possibly the failing Save-to-Pocket operation as well.