Bug 1864719 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.

Note: instructions given to us from the team to trigger the heartbeat in a local build of Firefox:

1. Install [Nimbus devtools](https://github.com/mozilla-extensions/nimbus-devtools)
2. Feature Configuration Enrollment
3. select "legacyHeartbeat" from the dropdown
4. Paste this json:
 ```
{
  "survey": {
    "surveyId": "a survey",
    "message": "test message",
    "engagementButtonLabel": "",
    "thanksMessage": "thanks!",
    "postAnswerUrl": "https://example.com",
    "learnMoreMessage": "Learn More",
    "learnMoreUrl": "https://example.com",
    "repeatOption": "nag"
  }
}
```
5. click 'Enroll'
6. set app.normandy.run_interval_seconds to 30
7. restart the browser
8. You should see a heartbeat within a few minutes
Note: instructions given to us from the team to trigger the heartbeat in a local build of Firefox:

1. Install [Nimbus devtools](https://github.com/mozilla-extensions/nimbus-devtools)
2. Feature Configuration Enrollment
3. select "legacyHeartbeat" from the dropdown
4. Paste this json:
 ```
{
  "survey": {
    "surveyId": "a survey",
    "message": "test message",
    "engagementButtonLabel": "",
    "thanksMessage": "thanks!",
    "postAnswerUrl": "https://example.com",
    "learnMoreMessage": "Learn More",
    "learnMoreUrl": "https://example.com",
    "repeatOption": "nag"
  }
}
```
5. click 'Enroll'
6. set `app.normandy.run_interval_seconds` to 30
7. restart the browser
8. You should see a heartbeat within a few minutes

Back to Bug 1864719 Comment 3