analytics-php icon indicating copy to clipboard operation
analytics-php copied to clipboard

Is it possible to initialize multiple Segment clients?

Open remarkablemark opened this issue 10 months ago • 0 comments

I'm working on a project that connects to multiple Segment sources depending on the brand.

Currently, Segment::init() only allows 1 client to be initialized and if it's call multiple times, it will override the previous one.

Is it possible to initialize multiple Segment clients without having to copy the Segment class to my own project?

remarkablemark avatar Jan 31 '25 20:01 remarkablemark