We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312eb79 commit b76360aCopy full SHA for b76360a
docs/platforms/elixir/configuration/logging.mdx
@@ -13,7 +13,7 @@ config :my_app, :logger, [
13
{:handler, :my_sentry_handler, Sentry.LoggerHandler, %{
14
config: %{
15
metadata: [:file, :line],
16
- rate_limiting: [max_events: 10, duration: _1_second = 1_000],
+ rate_limiting: [max_events: 10, interval: _1_second = 1_000],
17
capture_log_messages: true
18
}
19
}}
0 commit comments