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
A few months ago i was able to add posthog to my Angular project and even had it recording sessions and such.
This was just experimental so i didn't even merge the changes (just had them locally).
Now i tried to run it and it complained about not finding rrweb/record module. I installed it and then it doesn't compile due to errors in rrdom.
The only (main) difference was that i did some minor/patch updates in the whole project. So i decided to create a blank stackblitz to check if this would still happen and it did (described below).
Bug Description
A few months ago i was able to add posthog to my Angular project and even had it recording sessions and such.
This was just experimental so i didn't even merge the changes (just had them locally).
Now i tried to run it and it complained about not finding rrweb/record module. I installed it and then it doesn't compile due to errors in rrdom.
The only (main) difference was that i did some minor/patch updates in the whole project. So i decided to create a blank stackblitz to check if this would still happen and it did (described below).
How to reproduce
Note: The only file besides package.json changed, was maint.ts to import posthog.
The text was updated successfully, but these errors were encountered: