Skip to content

Commit 5dd066c

Browse files
Merge pull request #329 from LysanderGG/LysanderGG-patch-1
Update Sentry.Config moduledoc
2 parents 36e7424 + 203a99d commit 5dd066c

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)