-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recordings images / fonts are not rendered properly when the site is not reachable #13177
Comments
Unfortunately, no there isn't. This is quite a specific use case which I'm not sure how we would be able to support... I think this would be pretty complex to implement but we could perhaps do something in the capture code to allow you to do some custom processing. It feels quite hacky but then this is quite an edge case scenario so might make sense. https://github.com/PostHog/posthog-js/blob/master/src/extensions/sessionrecording.ts#L183 |
I created a PR here. Not sure if we actually will go with this approach but it could be an option.... |
Thanks @benjackwhite ! really appreciate the quick reply and the PR you've created. I liked the idea and hopefully it would be approved. |
Relates to #18154 (comment) |
Some of this might be achievable with the new |
Bug description
Hello,
Our dashboards are accessible from local networks, and not accessible from the cloud.
So our customers do access them from local assigned IPs such as http://10.1.1.25 , which are not reachable from the posthog.
What we've noticed that during the recording replay, it is trying to reach http://10.1.1.25 to get fonts and images. if it's not reachable, the recording looks screwed up.
How to reproduce
Environment
Additional context
Questions:
The text was updated successfully, but these errors were encountered: