Skip to content

Commit 369f8e2

Browse files
authored
Use config_env/0 instead of Mix.env/0 in docs (#815)
1 parent 9f6f245 commit 369f8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Sentry has a range of configuration options, but most applications will have a c
4040
# config/config.exs
4141
config :sentry,
4242
dsn: "https://[email protected]/1",
43-
environment_name: Mix.env(),
43+
environment_name: config_env(),
4444
enable_source_code_context: true,
4545
root_source_code_paths: [File.cwd!()]
4646
```

0 commit comments

Comments
 (0)