RUM-10163: Add Coil3 Integration#3054
Merged
Merged
Conversation
jonathanmos
force-pushed
the
jmoskovich/rum-10163/coil3-support
branch
2 times, most recently
from
December 15, 2025 14:51
128d88b to
32dd4f8
Compare
|
🎯 Code Coverage 🔗 Commit SHA: 207e756 | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #3054 +/- ##
===========================================
- Coverage 71.33% 71.32% -0.01%
===========================================
Files 880 881 +1
Lines 32360 32376 +16
Branches 5457 5462 +5
===========================================
+ Hits 23082 23090 +8
- Misses 7742 7748 +6
- Partials 1536 1538 +2
🚀 New features to boost your workflow:
|
jonathanmos
force-pushed
the
jmoskovich/rum-10163/coil3-support
branch
from
December 22, 2025 09:21
32dd4f8 to
451e53c
Compare
jonathanmos
marked this pull request as ready for review
December 22, 2025 11:47
0xnm
reviewed
Dec 22, 2025
0xnm
left a comment
Member
There was a problem hiding this comment.
lgtm! we also need to add this module to the CI setup, local_ci.sh, CONTRIBUTING.md. Do you want to do this in the same PR?
hestonhoffman
previously approved these changes
Dec 22, 2025
ambushwork
previously approved these changes
Dec 22, 2025
jonathanmos
dismissed stale reviews from ambushwork and hestonhoffman
via
December 23, 2025 09:19
207e756
0xnm
approved these changes
Dec 23, 2025
ambushwork
approved these changes
Dec 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds an integration for Coil3. This has the following main components:
• New module for Coil3.
• DatadogCoilRequestListener captures relevant information from errors.
• Changes to the sampleApplication for Coil3 support
Motivation
Add Coil3 support.
Additional Notes
Coil version that was added is 3.0.4. The version couldn't be higher, because higher Coil versions require a higher version of Kotlin than what we currently use.
Review checklist (to be filled by reviewers)