Skip to content

Add multiple instance sample#1587

Merged
xgouchet merged 1 commit into
developfrom
xgouchet/poc/library
Aug 25, 2023
Merged

Add multiple instance sample#1587
xgouchet merged 1 commit into
developfrom
xgouchet/poc/library

Conversation

@xgouchet

Copy link
Copy Markdown
Contributor

What does this PR do?

Adds a fake vendor library creating its own named Datadog instance.

Motivation

The goal is to verify and showcase how library maintainers can use named Datadog instance.

Additional Notes

Anything else we should know when reviewing?

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@xgouchet
xgouchet requested a review from a team as a code owner August 24, 2023 12:05
0xnm
0xnm previously approved these changes Aug 24, 2023
Comment thread sample/kotlin/src/main/kotlin/com/datadog/android/sample/webview/WebViewModel.kt Outdated
0xnm
0xnm previously approved these changes Aug 24, 2023
@codecov-commenter

codecov-commenter commented Aug 25, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.51%. Comparing base (199513c) to head (2feb9b3).
Report is 2061 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1587      +/-   ##
===========================================
- Coverage    83.56%   83.51%   -0.05%     
===========================================
  Files          443      443              
  Lines        15100    15100              
  Branches      2258     2258              
===========================================
- Hits         12618    12610       -8     
- Misses        1883     1892       +9     
+ Partials       599      598       -1     

see 20 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread sample/vendor-lib/build.gradle.kts Outdated
@xgouchet
xgouchet requested a review from 0xnm August 25, 2023 07:54
@xgouchet
xgouchet force-pushed the xgouchet/poc/library branch from 624ea24 to 2feb9b3 Compare August 25, 2023 07:58

@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.

lgtm! just one comment about dependencies.

Comment on lines +77 to +78
implementation(project(":features:dd-sdk-android-trace"))
implementation(project(":integrations:dd-sdk-android-okhttp"))

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.

these 2 seems not to be used as well.

@xgouchet
xgouchet merged commit 00d3c3d into develop Aug 25, 2023
@xgouchet
xgouchet deleted the xgouchet/poc/library branch August 25, 2023 09:59
@xgouchet xgouchet added this to the 2.1.0 milestone Dec 13, 2023
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.

4 participants