Skip to content

Commit 74e9fba

Browse files
committed
add moduledoc
1 parent 7b41bad commit 74e9fba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/sentry/config.ex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
defmodule Sentry.Config do
2+
3+
@moduledoc """
4+
This module provides the functionality for fetching configuration settings and their defaults.
5+
"""
6+
27
@default_included_environments [:dev, :test, :prod]
38
@default_environment_name Mix.env
49
@default_max_hackney_connections 50

0 commit comments

Comments
 (0)