Control whether or not LogRocket session URLs are included in NPS survey responses
Disable inclusion of session links in Delighted and Wootric survey responses
shouldAugmentNPS
- Boolean
shouldAugmentNPS
- Booleanoptional (default - true
)
true
)When a user responds to a Delighted or Wootric survey in your application, LogRocket will append the URL for the user's current session to the survey response (feedback) text.
If you want to disable this feature, add this option to your configuration:
LogRocket.init(YOUR_APP_ID, {
shouldAugmentNPS: false,
});