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 9103e2b commit 87ab3a9Copy full SHA for 87ab3a9
core/src/main/java/com/segment/analytics/kotlin/core/platform/Timeline.kt
@@ -71,7 +71,7 @@ internal class Timeline {
71
Telemetry.INTEGRATION_ERROR_METRIC, t.stackTraceToString()) {
72
it["error"] = t.toString()
73
it["plugin"] = "${plugin.type}-${plugin.javaClass}"
74
- it["writekey"] = plugin.analytics.configuration.writeKey
+ it["writekey"] = analytics.configuration.writeKey
75
it["message"] = "Exception executing plugin"
76
}
77
0 commit comments