Skip to content

Xgouchet/automotive#2722

Closed
xgouchet wants to merge 2 commits into
DataDog:developfrom
xgouchet:xgouchet/automotive
Closed

Xgouchet/automotive#2722
xgouchet wants to merge 2 commits into
DataDog:developfrom
xgouchet:xgouchet/automotive

Conversation

@xgouchet

Copy link
Copy Markdown
Contributor

What does this PR do?

A adds a sample app for automotive support

@xgouchet
xgouchet requested review from a team as code owners June 12, 2025 11:07

@0xnm 0xnm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useful addition 👍

Comment thread sample/auto/.gitignore

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should create a folder sample/automotive instead of sample/auto? Android Auto is a different thing, so it may be a confusion here by looking on the name.

Comment thread sample/auto/build.gradle.kts Outdated
configureFlavorForAutoApp(project.rootDir)
}

namespace = "com.datadog.sample.auto"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

following the suggestion above

Suggested change
namespace = "com.datadog.sample.auto"
namespace = "com.datadog.sample.automotive"

implementation(project(":integrations:dd-sdk-android-okhttp-otel"))

// Desugaring SDK
coreLibraryDesugaring(libs.androidDesugaringSdk)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this if min API is 29? It should be good for Otel support already.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably not needed since empty

android:value="1"/>
</application>

</manifest> No newline at end of file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: missing newline at the EOF. This applies also to other XML files here.

Suggested change
</manifest>
</manifest>

@xgouchet
xgouchet force-pushed the xgouchet/automotive branch from 10d6071 to c279aa9 Compare June 12, 2025 14:13
@0xnm 0xnm mentioned this pull request Jun 12, 2025
3 tasks
@xgouchet xgouchet closed this Jun 12, 2025
@xgouchet
xgouchet deleted the xgouchet/automotive branch June 12, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants