Skip to content

Commit c0ae608

Browse files
committed
Comment Sentry DSN in example secrets
1 parent bd430a8 commit c0ae608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/dev.secrets.exs.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ config :cadet,
104104
# optional, passed to [HTTPoison.Request](https://hexdocs.pm/httpoison/HTTPoison.Request.html) options
105105
http_options: [recv_timeout: 170_0000]
106106

107-
config :sentry,
108-
dsn: "https://public_key/sentry.io/somethingsomething"
107+
# config :sentry,
108+
# dsn: "https://public_key/sentry.io/somethingsomething"
109109

110110
# # Additional configuration for SAML authentication
111111
# # For more details, see https://github.com/handnot2/samly

0 commit comments

Comments
 (0)