Skip to content

Add location instrumentation which will append geo attributes for each traces and logs #1491

@atulgpt

Description

@atulgpt

Geo attributes link: https://opentelemetry.io/docs/specs/semconv/registry/attributes/geo/

I think this should only work when location permission is allowed for the app and this SDK should not itself ask the permission for it
This module will add the below permissions

    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> // we can discuss this if we want to add this in the `instrumentation/location` module as we are not asking for the permission
    <uses-permission android:name="android.permission.INTERNET" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions