@@ -64,7 +64,7 @@ If you want an interpolated message, you need to provide the full map, i.e.,
6464| ` :release ` | All events are assigned to a particular release |
6565| ` :dist ` | Set the application distribution that will be sent with each event |
6666| ` :server-name ` | Set the server name that will be sent with each event |
67- | ` :shutdown-timeout ` | Wait up to X milliseconds before shutdown if there are events to send | 2000ms
67+ | ` :shutdown-timeout-millis ` | Wait up to X milliseconds before shutdown if there are events to send | 2000ms
6868| ` :in-app-includes ` | A seqable collection (vector for example) containing package names to include when sending events |
6969| ` :in-app-excludes ` | A seqable collection (vector for example) containing package names to ignore when sending events |
7070| ` :ignored-exceptions-for-type ` | Set exceptions that will be filtered out before sending to Sentry (a set of Classnames as Strings) |
@@ -81,7 +81,8 @@ If you want an interpolated message, you need to provide the full map, i.e.,
8181| ` :contexts ` | A map of key/value pairs to attach to every Event that is sent. |
8282| | [ More Information] ( https://docs.sentry.io/platforms/java/enriching-events/context/ ) |
8383| ` :traces-sample-rate ` | Set a uniform sample rate(a number of between 0.0 and 1.0) for all transactions for tracing |
84- | ` :traces-sample-fn ` | A function (taking a custom sample context and a transaction context) enables you to control trace transactions |
84+ | ` :traces-sample-fn ` | A function (taking a custom sample context and a transaction context) enables you to control trace transactions |
85+ | ` :serialization-max-depth ` | Set to a lower number, i.e., 2, if you experience circular reference errors when sending events | 5
8586
8687Some examples:
8788
@@ -189,6 +190,6 @@ Each key is optional.
189190
190191## License
191192
192- Copyright © 2021 Coda Hale, Sentry
193+ Copyright © 2022 Coda Hale, Sentry
193194
194195Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
0 commit comments