You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ appenders:
39
39
release: 1.0.0
40
40
serverName: 10.0.0.1
41
41
extra: {key1:'value1',key2:'value2'}
42
+
stacktraceAppPackages: ['com.example','com.foo']
42
43
```
43
44
44
45
| Setting | Default | Description | Example Value |
@@ -52,6 +53,9 @@ appenders:
52
53
| `release` | [empty] | The release version of your application | `1.0.0` |
53
54
| `serverName` | [empty] | Override the server name (rather than looking it up dynamically) | `10.0.0.1` |
54
55
| `extra` | [empty] | Extra data to be sent with errors (but not as tags) | `{key1:'value1',key2:'value2'}` |
56
+
| `stacktraceAppPackages` | [empty] | List of package prefixes used by application code | `['com.example','com.foo']` |
57
+
58
+
If you need to set configuration properties not listed above, append them to the `dsn` as described [here](https://docs.sentry.io/clients/java/config/#configuration-via-the-dsn).
0 commit comments