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 e018a4d commit d8112d3Copy full SHA for d8112d3
core/src/main/java/com/segment/analytics/kotlin/core/platform/Plugin.kt
@@ -89,7 +89,7 @@ abstract class DestinationPlugin : EventPlugin {
89
override val type: Plugin.Type = Plugin.Type.Destination
90
private val timeline: Timeline = Timeline()
91
override lateinit var analytics: Analytics
92
- internal var enabled = false
+ internal var enabled = true
93
abstract val key: String
94
95
override fun setup(analytics: Analytics) {
0 commit comments