How do I opt out sdk-metric

Hi, I noticed that the Realm SDK was performing network communications.

Like below,

https://webhooks.mongodb-realm.com/api/client/v2.0/app/realmsdkmetrics-zmhtm/service/metric_webhook/incoming_webhook/metric?data=**`
https://api.mixpanel.com/track/?data=**

I have two questions.

  1. What is this traffic? If it is in the documentation, please tell me where it is.

  2. How do I stop the traffic?

Thanks

Note:
Version: RealmSwift (10.8.1)

@Wataru_Yamaguchi That’s correct we do collect some metrics related to your build environment - we do this so we tune our CI system to the correct build targets and drop support for platforms that no longer represent a significant amount of usage. We’ve been doing this for over 5 years now. We also want to collect metrics on usage so that we can direct our engineering resources toward features that developers are actually using.

You can always opt-out of the analytics - see instructions and writeup here:

1 Like

@Ian_Ward
Thank you for your prompt reply.

I understood the purpose of the traffic.
I would like to cooperate as much as I can.

Thanks.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.