Skip to content

RUM-508: Exempt telemetry configuration event from the session event count limit#3248

Merged
satween merged 1 commit into
developfrom
tvaleev/feature/RUM-558
Mar 12, 2026
Merged

RUM-508: Exempt telemetry configuration event from the session event count limit#3248
satween merged 1 commit into
developfrom
tvaleev/feature/RUM-558

Conversation

@satween

@satween satween commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Exempt InternalTelemetryEvent.Configuration event from session limit (100 events per session).

Motivation

InternalTelemetryEvent.Configuration is sent with 5 seconds delay, which (in theory) could lead to missing configuration events SDK already send 100 events to the moment when InternalTelemetryEvent.Configuration will be processed by TelemetryEventHandler

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)

@satween
satween requested review from a team as code owners March 11, 2026 11:36

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 39e096fe04

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@datadog-prod-us1-5

This comment has been minimized.

@satween
satween force-pushed the tvaleev/feature/RUM-558 branch 2 times, most recently from f0d969d to 3d52f7f Compare March 11, 2026 12:11
@satween
satween force-pushed the tvaleev/feature/RUM-558 branch from 3d52f7f to 92baab6 Compare March 11, 2026 14:05
0xnm
0xnm previously approved these changes Mar 11, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.33%. Comparing base (8d4c1d3) to head (b1d1eef).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3248      +/-   ##
===========================================
+ Coverage    71.29%   71.33%   +0.03%     
===========================================
  Files          938      938              
  Lines        34667    34667              
  Branches      5874     5875       +1     
===========================================
+ Hits         24715    24727      +12     
+ Misses        8305     8289      -16     
- Partials      1647     1651       +4     
Files with missing lines Coverage Δ
...ndroid/telemetry/internal/TelemetryEventHandler.kt 87.35% <100.00%> (+0.88%) ⬆️

... and 39 files with indirect coverage changes

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

@satween
satween merged commit b94905c into develop Mar 12, 2026
26 checks passed
@satween
satween deleted the tvaleev/feature/RUM-558 branch March 12, 2026 11:44
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.

3 participants