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 7b41bad commit 74e9fbaCopy full SHA for 74e9fba
lib/sentry/config.ex
@@ -1,4 +1,9 @@
1
defmodule Sentry.Config do
2
+
3
+ @moduledoc """
4
+ This module provides the functionality for fetching configuration settings and their defaults.
5
+ """
6
7
@default_included_environments [:dev, :test, :prod]
8
@default_environment_name Mix.env
9
@default_max_hackney_connections 50
0 commit comments