Inspectlet supports cross domain tracking to coherently record a session spanning multiple different domains like example1.com and anothersite2.com.
To enable cross domain tracking, use the same Inspectlet JS code/website ID for both domains, and add the following line of code to both sites:
__insp.push(['crossDomain', ["example1.com", "anothersite2.com"]]);
The above line of code needs to be placed in the same block as the main Inspectlet JS code.
If you have any questions about how to enable cross domain tracking, please don't hesitate to reach out to us at hello@inspectlet.com!