Skip to content

Fix Jetpack compose auto instrumentation telemetry in benchmark app#2737

Merged
aleksandr-gringauz merged 1 commit into
developfrom
aleksandr-gringauz/fix-compose-telemetry-benchmark
Jun 18, 2025
Merged

Fix Jetpack compose auto instrumentation telemetry in benchmark app#2737
aleksandr-gringauz merged 1 commit into
developfrom
aleksandr-gringauz/fix-compose-telemetry-benchmark

Conversation

@aleksandr-gringauz

@aleksandr-gringauz aleksandr-gringauz commented Jun 18, 2025

Copy link
Copy Markdown
Contributor

What does this PR do?

@ambushwork noticed that this telemetry stopped being sent from the Benchmark app.

It coincided by time with this merging of this pr.

The problem is that I introduced a custom sdk core name and the sendTelemetry function uses default DatadogSdkCore instance. It was not found and silently substituted by NoOpInternalSdkCore that didn't send any logs.

The fix is to use the default singleton without a custom name.

Motivation

What inspired you to submit this pull request?

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)

@aleksandr-gringauz aleksandr-gringauz changed the title Fix Jetpack compose auto instrumentation telemetry in banchmark app Fix Jetpack compose auto instrumentation telemetry in benchmark app Jun 18, 2025
@aleksandr-gringauz
aleksandr-gringauz marked this pull request as ready for review June 18, 2025 13:35
@aleksandr-gringauz
aleksandr-gringauz requested review from a team as code owners June 18, 2025 13:35
@codecov-commenter

codecov-commenter commented Jun 18, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.75%. Comparing base (8a53574) to head (22df9c2).
⚠️ Report is 1971 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2737      +/-   ##
===========================================
- Coverage    69.78%   69.75%   -0.03%     
===========================================
  Files          824      824              
  Lines        30790    30790              
  Branches      5177     5177              
===========================================
- Hits         21485    21476       -9     
- Misses        7833     7857      +24     
+ Partials      1472     1457      -15     

see 40 files with indirect coverage changes

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

@aleksandr-gringauz
aleksandr-gringauz merged commit edfe513 into develop Jun 18, 2025
25 checks passed
@aleksandr-gringauz
aleksandr-gringauz deleted the aleksandr-gringauz/fix-compose-telemetry-benchmark branch June 18, 2025 14:17
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