Skip to content

Commit f4e00eb

Browse files
fix(ad-hoc): Disable telemetry in example app (#343)
1 parent aeaea1f commit f4e00eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

example/src/main/kotlin/com/processout/example/ProcessOutExampleApplication.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class ProcessOutExampleApplication : Application() {
1414
ProcessOutConfiguration(
1515
application = this,
1616
projectId = BuildConfig.PROJECT_ID,
17-
debug = true
17+
debug = true,
18+
enableTelemetry = false
1819
).apply { privateKey = BuildConfig.PROJECT_KEY }
1920
)
2021
}

0 commit comments

Comments
 (0)