Skip to content

Commit cd51e9a

Browse files
authored
Updated Amplitude Session key to match new key (#66)
1 parent 71b653a commit cd51e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/destination_plugins/AmplitudeSession.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import Foundation
4242
import Segment
4343

4444
class AmplitudeSession: EventPlugin, iOSLifecycle {
45-
var key = "Amplitude"
45+
var key = "Actions Amplitude"
4646
var type = PluginType.enrichment
4747
var analytics: Analytics?
4848

0 commit comments

Comments
 (0)