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.
What is this traffic? If it is in the documentation, please tell me where it is.
How do I stop the traffic?
Thanks
Note:
Version: RealmSwift (10.8.1)
Ian_Ward
(Ian Ward)
July 14, 2021, 2:56am
2
@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:
////////////////////////////////////////////////////////////////////////////
//
// Copyright 2015 Realm Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
////////////////////////////////////////////////////////////////////////////
// Asynchronously submits build information to Realm if running in an iOS
// simulator or on OS X if a debugger is attached. Does nothing if running on an
This file has been truncated. show original
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.
system
(system)
Closed
July 19, 2021, 3:10am
4
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.