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
So I have a extension (published on chrome WebStore) .The extension itself is a quick video (screen/camera) recorder. and I am using PostHog to collect user events. in my last release I updated the PostHog version
from 1.105.7 -> 1.154.1
I am using Javascript offering of PostHog, and sending these event from browser/client.
and for this release I got a warning from the Chrome WebStore team, indicating that I am using remotely "hosted code".
So a little context, I am using Manifest V3, for said extension, and in V3, every piece of code that want to use needs to be bundled with the extension itself. hence the no "Hosted code" allowed.
I am sending these events to my to a Next App which is <postho_api_host/>, which simply redirects these events to PostHog, I am doing these to avoid these being denied/blocked by adblockers
If anyone have faced similar issue, It would love to listen from you. Please let me know if there is any more piece of information, that any one thinks could clear it further for readers.
Debug info
No response
The text was updated successfully, but these errors were encountered:
Bug Description
Bug description
So I have a extension (published on chrome WebStore) .The extension itself is a quick video (screen/camera) recorder. and I am using PostHog to collect user events. in my last release I updated the PostHog version
from 1.105.7 -> 1.154.1
I am using Javascript offering of PostHog, and sending these event from browser/client.
and for this release I got a warning from the Chrome WebStore team, indicating that I am using remotely "hosted code".
So a little context, I am using Manifest V3, for said extension, and in V3, every piece of code that want to use needs to be bundled with the extension itself. hence the no "Hosted code" allowed.
I am sending these events to my to a Next App which is <postho_api_host/>, which simply redirects these events to PostHog, I am doing these to avoid these being denied/blocked by adblockers
If anyone have faced similar issue, It would love to listen from you. Please let me know if there is any more piece of information, that any one thinks could clear it further for readers.
Debug info
No response
The text was updated successfully, but these errors were encountered: