Skip to content

Commit f56b2a7

Browse files
author
Olivier Chédru
authored
Update README.md
1 parent dbf9a1c commit f56b2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ appenders:
4444
| Setting | Default | Description | Example Value |
4545
|---|---|---|---|
4646
| `threshold` | ALL | The log level to configure to send to Sentry | `ERROR` |
47-
| `dsn` | | Data Source Name - `'https://{PUBLIC_KEY}:{SECRET_KEY}@sentry.io/{PROJECT_ID}'` | `https://foo:bar@sentry.io/12345` |
47+
| `dsn` | | Data Source Name - format is `https://{PUBLIC_KEY}:{SECRET_KEY}@sentry.io/{PROJECT_ID}` | `https://foo:bar@sentry.io/12345` |
4848
| `environment` | [empty] | The environment your application is running in | `production` |
49-
| `mdcTags` | [empty] | `Tag names to be extracted from logging MDC` | `['foo', 'bar']` |
49+
| `mdcTags` | [empty] | Tag names to be extracted from logging MDC | `['foo', 'bar']` |
5050
| `sentryClientFactory` | [empty] | Specify a custom [`SentryClientFactory`](https://github.com/getsentry/sentry-java/blob/master/sentry/src/main/java/io/sentry/SentryClientFactory.java) class | `com.example.SentryClientFactory` |
5151
| `release` | [empty] | The release version of your application | `1.0.0` |
5252
| `serverName` | [empty] | Override the server name (rather than looking it up dynamically) | `10.0.0.1` |

0 commit comments

Comments
 (0)