Skip to content

Commit 203a99d

Browse files
authored
Update Sentry.Config moduledoc
I would suggest this edit because I think it can be an easy mistake to copy paste the tuple, change the env var and forget about the quotes (it happened to me 😅 )
1 parent 36e7424 commit 203a99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Sentry.Config do
22
@moduledoc """
33
This module provides the functionality for fetching configuration settings and their defaults.
44
5-
Sentry supports loading config at runtime, via `{:system, SYSTEM_ENV_KEY}` tuples, where Sentry will read `SYSTEM_ENV_KEY` to get the config value from the system environment at runtime.
5+
Sentry supports loading config at runtime, via `{:system, "SYSTEM_ENV_KEY"}` tuples, where Sentry will read `SYSTEM_ENV_KEY` to get the config value from the system environment at runtime.
66
"""
77

88
@default_included_environments [:dev, :test, :prod]

0 commit comments

Comments
 (0)