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
I am plugging in the DD SDK into a react native project and am a bit stuck. We have compliance controls in place that we need to send logging/metrics to the correct regional datacenter (mostly due to EU laws currently).
We have different instances in DD configured for each region, so I have different client tokens and app IDs to configure the SDK with depending on the selected region.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi friends,
I am plugging in the DD SDK into a react native project and am a bit stuck. We have compliance controls in place that we need to send logging/metrics to the correct regional datacenter (mostly due to EU laws currently).
We have different instances in DD configured for each region, so I have different client tokens and app IDs to configure the SDK with depending on the selected region.
The SDK doesn't appear to allow re-initialization. Rather than reinitialize the instance, is there a way to destroy the SDK instance and re-create it from scratch?
Beta Was this translation helpful? Give feedback.
All reactions