Carl-Gerhard Lindesvärd
Carl-Gerhard Lindesvärd
You can udate profile properties with `properties.__identify` as mentioned briefly here https://openpanel.dev/docs#tips But the properties you want to update are gathered from our geo package which extracts this info from...
This is by design. A session should only have one referrer (imo) If you wait 30 minutes (when your session has timed out) you will see a new referrer (if...
Changing this is quite easy but not really sure (atm) on the implications across OpenPanel, in particular the overview page. Here is the code where we override: https://github.com/Openpanel-dev/openpanel/blob/main/apps/worker/src/jobs/events.incoming-event.ts#L178-L180
Yes, this seems like a very good improvement for the RN SDK. At a glance it looks fairly simple but I think I need to improve ingestion for this. Currently...
This is indeed something we should support. Adding a batch method on the SDK is a easy fix but unsure if we should handle batching/queueing since I want to keep...
Thanks, will check
Closing this since duration should not be a breakdown, it will not give you any valuable information since durations are in ms. But why this happen was that we didnt...
Seems like a great addition!
Sorry this took time, this will be released with the latest self-hosting which comes out this or next week
We have https://github.com/Openpanel-dev/openpanel/blob/main/packages/geo/src/geo.ts to parse GEO data from the IP the request came from. So you should not need to do anything to get geo data 🤔