Code Monkey home page Code Monkey logo

Comments (5)

mariusc83 avatar mariusc83 commented on June 24, 2024

Hi @Ostkontentitan, the method in the Public API will only disable the information for the network state. The other part of information regarding the network is automatically added by our backend pipeline based on the GeoIp and you can easily disable it when you create your RUM application in the config dashboard: https://docs.datadoghq.com/real_user_monitoring/mobile_and_tv_monitoring/setup/android/?tab=kotlin

Please let us know if this helped.

from dd-sdk-android.

Ostkontentitan avatar Ostkontentitan commented on June 24, 2024

Thank you for your quick reply @mariusc83

So far we don't have the RUM feature configured at all as we are careful not to pass any user-data whatsoever.
I was following the example given here:
DataDog/dd-sdk-ios#1716 (comment)

    grantedCore = Datadog.initialize(
      context = context,
      configuration = configuration,
      trackingConsent = TrackingConsent.GRANTED
    )

    configureLogging()
    configureTracing()

The goal would be to introduce tracing and logs in a compliant way not carrying any user data into it.
I assume carrier information and geoIp are likely sensitive thats why i am looking for ways not to send them.

Do you think this is achievable?

from dd-sdk-android.

mariusc83 avatar mariusc83 commented on June 24, 2024

So basically you are not using a RUM application, you are only using the Logs API ? In that case I don't think it is an easy way except if you modify your logs pipeline and try to add a regEx to remove the Network information:
https://docs.datadoghq.com/logs/log_configuration/pipelines/?tab=source

from dd-sdk-android.

mariusc83 avatar mariusc83 commented on June 24, 2024

There is also this issue opened by another person a while ago in our iOS sdk repository you could look into on the same topic:
DataDog/dd-sdk-ios#1403 (comment)

from dd-sdk-android.

0xnm avatar 0xnm commented on June 24, 2024

Hello @Ostkontentitan! I hope your question was answered, so I'm closing this issue. Don't hesitate to re-open it if needed.

from dd-sdk-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.