Add SDK git SHA to user agent (#2548)
This commit is contained in:
parent
6c1f90ed77
commit
90304a268e
3 changed files with 6 additions and 3 deletions
|
|
@ -148,7 +148,7 @@ class DefaultBugReporterTest {
|
|||
systemClock = FakeSystemClock(),
|
||||
coroutineDispatchers = testCoroutineDispatchers(),
|
||||
okHttpClient = { OkHttpClient.Builder().build() },
|
||||
userAgentProvider = DefaultUserAgentProvider(buildMeta),
|
||||
userAgentProvider = DefaultUserAgentProvider(buildMeta, FakeSdkMetadata("123456789")),
|
||||
sessionStore = InMemorySessionStore(),
|
||||
buildMeta = buildMeta,
|
||||
bugReporterUrlProvider = { server.url("/") },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue