Successfully modified file: /home/Messier82/projects/service-book/app/src/test/java/com/servicebook/ServiceBookApplicationTest.kt (1 replacements). Here is the updated code: ... config.configure(options) } app.doSentryInit("https://test@sentry.io/123") println("DEBUG: options.dsn = ${options.dsn}") assertThat(options.dsn).isEqualTo("https://test@sentry.io/123") assertThat(options.environment).isEqualTo("debug") assertThat(options.release).isEqualTo( "${BuildConfig.APPLICATION_ID}@${BuildConfig.VERSION_NAME}+${BuildConfig.VERSION_CODE}", ) ...