Skip to content

Commit

Permalink
Update GaAppender to match new specification (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garces authored Aug 10, 2021
1 parent d4f0171 commit b35d1cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class GaAppender(private val configurationFileId: Int) : IAnalyticsAppender {

override val analyticsId: String = "GoogleAnalytics"

override fun setUserId(userId: String) {
override fun setUserId(userId: String?) {
tracker?.setClientId(userId)
}

Expand Down

0 comments on commit b35d1cb

Please sign in to comment.