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 aab8e29 commit 0bfc126Copy full SHA for 0bfc126
core/src/main/java/com/amplitude/core/Constants.kt
@@ -22,7 +22,7 @@ object Constants {
22
const val SCREEN_VIEWED = "[Amplitude] Screen Viewed"
23
const val FRAGMENT_VIEWED = "[Amplitude] Fragment Viewed"
24
const val ELEMENT_INTERACTED = "[Amplitude] Element Interacted"
25
- const val NETWORK_TRACKING = "[Amplitude] Network Tracking"
+ const val NETWORK_TRACKING = "[Amplitude] Network Request"
26
}
27
28
object EventProperties {
0 commit comments