We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2a913 commit 92f45b5Copy full SHA for 92f45b5
app/src/main/java/tech/httptoolkit/android/HttpToolkitApplication.kt
@@ -79,6 +79,7 @@ class HttpToolkitApplication : Application() {
79
if (BuildConfig.GA_ID != null) {
80
analytics = GoogleAnalytics.getInstance(this)
81
ga = analytics!!.newTracker(BuildConfig.GA_ID)
82
+ ga!!.setAnonymizeIp(true)
83
resumeEvents() // Resume events on app startup, in case they were paused and we crashed
84
}
85
0 commit comments