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 b8d881d commit ca8f7e0Copy full SHA for ca8f7e0
src/main/kotlin/com/statsig/sdk/StatsigServer.kt
@@ -307,7 +307,7 @@ private class StatsigServerImpl() :
307
308
override fun setup(serverSecret: String, options: StatsigOptions) {
309
try {
310
- setupStartTime = System.currentTimeMillis()
+ setupStartTime = System.currentTimeMillis()
311
errorBoundary = ErrorBoundary(serverSecret, options, statsigMetadata)
312
coroutineExceptionHandler = CoroutineExceptionHandler { _, ex ->
313
// no-op - supervisor job should not throw when a child fails
0 commit comments