Skip to content

Commit

Permalink
Merge branch 'release/1.18.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Mar 30, 2023
2 parents 8aa81a1 + cc6b04a commit bcf0d12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.18.1 / 2023-03-30

* [IMPROVEMENT] RUM: Remove extra telemetry sent when detecting refresh rate scale. See [#1358](https://github.com/DataDog/dd-sdk-android/pull/1358)

# 1.18.0 / 2023-03-21

* [FEATURE] RUM: Add `addFeatureFlagEvaluation` function for RUM. See [#1265](https://github.com/DataDog/dd-sdk-android/pull/1265)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ internal open class RumViewScope(
if (activity == null) {
internalLogger.log(
InternalLogger.Level.WARN,
InternalLogger.Target.TELEMETRY,
InternalLogger.Target.MAINTAINER,
"Unable to retrieve the activity from $key, " +
"the frame rate might be reported with the wrong scale"
)
Expand Down

0 comments on commit bcf0d12

Please sign in to comment.