-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature description
I am currently using Coil and DatadogCoilRequestListener in my project.
I'd like to upgrade to Coil3; however, it appears that DatadogCoilRequestListener
currently does not support coil3.request.ImageRequest
.
When looking at those dependencies, Im not seeing coil3 being imported yet either:
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
coilCompose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
https://coil-kt.github.io/coil/upgrading_to_coil3/
Proposed solution
DatadogCoilRequestListener might need to be duplicated to provide support to coil3 while maintaining current support for coil.
Other relevant information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request