Skip to content

Commit b76360a

Browse files
authored
fix(elixir): use correct option in logging example (#11461)
1 parent 312eb79 commit b76360a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/elixir/configuration/logging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config :my_app, :logger, [
1313
{:handler, :my_sentry_handler, Sentry.LoggerHandler, %{
1414
config: %{
1515
metadata: [:file, :line],
16-
rate_limiting: [max_events: 10, duration: _1_second = 1_000],
16+
rate_limiting: [max_events: 10, interval: _1_second = 1_000],
1717
capture_log_messages: true
1818
}
1919
}}

0 commit comments

Comments
 (0)