diff --git a/apps/dashboard/src/modals/Instructions.tsx b/apps/dashboard/src/modals/Instructions.tsx index 1de4de33..5df31424 100644 --- a/apps/dashboard/src/modals/Instructions.tsx +++ b/apps/dashboard/src/modals/Instructions.tsx @@ -64,13 +64,16 @@ const Instructions = ({ framework, client }: Props) => {

Copy the code below and insert it to you website

+ window.op = window.op||function(...args){(window.op.q=window.op.q||[]).push(args);}; window.op('init', { clientId: '${clientId}', trackScreenViews: true, trackOutgoingLinks: true, trackAttributes: true, - });`} + }); + +`} />