File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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` |
You can’t perform that action at this time.
0 commit comments