diff --git a/src/components/InstallButton.js b/src/components/InstallButton.js index 423ba0556..2e69efeea 100644 --- a/src/components/InstallButton.js +++ b/src/components/InstallButton.js @@ -137,6 +137,11 @@ const InstallButton = ({ quickstart, location, ...props }) => { options.domain = 'newrelic.com'; } + const startTarget = btoa(JSON.stringify({ + source: "nrio", + target: quickstart.id + })); + Cookies.set('start_target', startTarget, options); Cookies.set('newrelic-quickstart-id', quickstart.id, options); };