Skip to content

Commit 2ef0102

Browse files
authored
fix: name of network request event (#289)
1 parent f4006c1 commit 2ef0102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Amplitude/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public struct Constants {
5656
static let AMP_DEEP_LINK_OPENED_EVENT = "\(AMP_AMPLITUDE_PREFIX)Deep Link Opened"
5757
static let AMP_SCREEN_VIEWED_EVENT = "\(AMP_AMPLITUDE_PREFIX)Screen Viewed"
5858
static let AMP_ELEMENT_INTERACTED_EVENT = "\(AMP_AMPLITUDE_PREFIX)Element Interacted"
59-
static let AMP_NETWORK_TRACKING_EVENT = "\(AMP_AMPLITUDE_PREFIX)Network Tracking"
59+
static let AMP_NETWORK_TRACKING_EVENT = "\(AMP_AMPLITUDE_PREFIX)Network Request"
6060

6161
static let AMP_REVENUE_EVENT = "revenue_amount"
6262

0 commit comments

Comments
 (0)