Skip to content

Commit d3b6e15

Browse files
authored
Fix changelog
1 parent d364ace commit d3b6e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- The attribute reflected on the log is `mdc.<key>`, where `<key>` is the original key in the MDC.
1010
- This means that you will be able to filter/aggregate logs in the product based on these properties.
1111
- Only properties with keys matching the configured `contextTags` are sent as log attributes.
12-
- You can configure which properties are sent using `options.setContextTags` if initalizing manually, or by specifying a comma-separated list of keys with a `context-tags` entry in `sentry.properties` or `sentry.contex-tags` in `application.properties`.
12+
- You can configure which properties are sent using `options.setContextTags` if initalizing manually, or by specifying a comma-separated list of keys with a `context-tags` entry in `sentry.properties` or `sentry.context-tags` in `application.properties`.
1313
- Note that keys containing spaces are not supported.
1414
- Add experimental Sentry Android Distribution module for integrating with Sentry Build Distribution to check for and install updates ([#4804](https://github.com/getsentry/sentry-java/pull/4804))
1515
- Allow passing a different `Handler` to `SystemEventsBreadcrumbsIntegration` and `AndroidConnectionStatusProvider` so their callbacks are deliver to that handler ([#4808](https://github.com/getsentry/sentry-java/pull/4808))

0 commit comments

Comments
 (0)