Skip to content

Commit 1919ad8

Browse files
committed
Merge remote-tracking branch 'origin/master' into OverlayNeverNull
2 parents 27f648f + 2bf81a5 commit 1919ad8

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

firebase-perf/CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,36 @@ Refer [GMaven](https://maven.google.com/web/index.html?q=firebase-perf#com.googl
2020
> **Note:** Refer go/firebase-android-release for `MXX` info.
2121
2222
## Unreleased
23+
24+
* {{fixed}} Fixed a bug where screen traces were not capturing frame metrics for multi-activity apps.
25+
26+
## Released
27+
28+
## v20.0.6 (M112)
29+
30+
#### Android library
31+
32+
* {{fixed}} Fixed a null pointer exception (NPE) when instrumenting network requests. ([GitHub Issue #3406](//github.com/firebase/firebase-android-sdk/issues/3406))
33+
* {{fixed}} Fixed a bug where incorrect session IDs were associated with some foreground and background traces.
34+
35+
#### Kotlin extensions
36+
37+
The Kotlin extensions library transitively includes the updated
38+
`firebase-performance` library. The Kotlin extensions library has no additional
39+
updates.
40+
41+
## v20.0.5 (M111)
42+
43+
#### Android library
44+
2345
* {{feature}} Enable global custom attributes on Network Requests
2446
* {{fixed}} Update log statement to differentiate event drop because of rate limiting and sampling.
2547

26-
## Released
48+
#### Kotlin extensions
49+
50+
The Kotlin extensions library transitively includes the updated
51+
`firebase-performance` library. The Kotlin extensions library has no additional
52+
updates.
2753

2854
## v20.0.1 (M97)
2955

smoke-tests/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ android {
5151
}
5252
}
5353

54+
packagingOptions {
55+
exclude 'META-INF/DEPENDENCIES'
56+
}
57+
5458
compileOptions {
5559
sourceCompatibility 1.8
5660
targetCompatibility 1.8

0 commit comments

Comments
 (0)