From 42a7a50c3e553b51ece66dcb2f88685611170b28 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Fri, 4 Oct 2024 15:31:08 +0200 Subject: [PATCH] update readme --- README.md | 5 ++++- .../test/scala/io/renku/search/sentry/SentryConfigSpec.scala | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97caadcc..fd09dd93 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ should be consulted. "lastName": "Einstein", "score": 2.1 }, - "creationDate": "2024-10-01T13: 43: 07.415701670Z", + "creationDate": "2024-10-04T13: 30: 43.533463284Z", "keywords": [ "data", "science" @@ -262,6 +262,9 @@ RS_JWT_OPENID_CONFIG_PATH=.well-known/openid-configuration RS_LOG_LEVEL=2 RS_SEARCH_HTTP_SERVER_BIND_ADDRESS=0.0.0.0 RS_SEARCH_HTTP_SERVER_PORT=8080 +RS_SENTRY_DSN= +RS_SENTRY_ENABLED=false +RS_SENTRY_ENV= RS_SOLR_CORE=search-core-test RS_SOLR_LOG_MESSAGE_BODIES=false RS_SOLR_PASS= diff --git a/modules/sentry/src/test/scala/io/renku/search/sentry/SentryConfigSpec.scala b/modules/sentry/src/test/scala/io/renku/search/sentry/SentryConfigSpec.scala index 0c26b752..9f0de09b 100644 --- a/modules/sentry/src/test/scala/io/renku/search/sentry/SentryConfigSpec.scala +++ b/modules/sentry/src/test/scala/io/renku/search/sentry/SentryConfigSpec.scala @@ -18,9 +18,10 @@ package io.renku.search.sentry -import munit.* import scala.jdk.CollectionConverters.* +import munit.* + class SentryConfigSpec extends FunSuite: val dsn: SentryDsn = SentryDsn.unsafeFromString("some-dsn")