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
Hi, I would like to know if it's supported multiple instances with different write keys.
Currently I'm working in a single project application which has multiple contexts. Some of these contexts should send informations to worskpace1 and others to workspace2. And I couldn't find in the docs what the best practice should be to deal with this situation.
The only information I've found about this topic is for analytics-ios. And it still in a confused way, because there's two different information in each side:
hi @guiihlopes, yes, analytics-kotlin supports multiple instances. to sent information to different workspaces, simply creates multiple analytics instance with different writeKeys.
Hi, I would like to know if it's supported multiple instances with different write keys.
Currently I'm working in a single project application which has multiple contexts. Some of these contexts should send informations to worskpace1 and others to workspace2. And I couldn't find in the docs what the best practice should be to deal with this situation.
The only information I've found about this topic is for analytics-ios. And it still in a confused way, because there's two different information in each side:
Source: https://segment.com/docs/connections/sources/catalog/libraries/mobile/apple/
Source: https://segment.com/docs/connections/sources/catalog/libraries/mobile/ios/ios-faqs/
How could I handle this scenario which I need to split the sent informations based in a context?
The text was updated successfully, but these errors were encountered: