You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
Hello,
my company is using analytics.js to keep track of the user's interactions on our Outlook native plugin. The outlook plugin show a modal with an iframe that contains a form. Every time the modal is shown we observe that the memory is normally allocated and every time we close the modal the memory is freed as expected. However if we enable our Segment integration, and start calling analytics.track(), we observe that when the modal is closed the memory does not get deallocated which results in an accrual of memory which ends up crashing Outlook.
Any help with this would be greatly appreciated. Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
my company is using analytics.js to keep track of the user's interactions on our Outlook native plugin. The outlook plugin show a modal with an iframe that contains a form. Every time the modal is shown we observe that the memory is normally allocated and every time we close the modal the memory is freed as expected. However if we enable our Segment integration, and start calling analytics.track(), we observe that when the modal is closed the memory does not get deallocated which results in an accrual of memory which ends up crashing Outlook.
Any help with this would be greatly appreciated. Thanks
The text was updated successfully, but these errors were encountered: