Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate thermal states to OTel #821

Merged
merged 11 commits into from
May 13, 2024
Prev Previous commit
Next Next commit
Detekt fix.
  • Loading branch information
leandro-godon committed May 8, 2024
commit e1b91589c68d27f146c3e81a9e45ffe81147e3bb
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ internal class DataSourceModuleImpl(
DataSourceState(
factory = { thermalService },
configGate = {
configService.autoDataCaptureBehavior.isThermalStatusCaptureEnabled()
&& configService.sdkModeBehavior.isBetaFeaturesEnabled()
configService.autoDataCaptureBehavior.isThermalStatusCaptureEnabled() &&
configService.sdkModeBehavior.isBetaFeaturesEnabled()
}
)
}
Expand Down