Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-com
marketo-tools
Commits
6e388b74
Commit
6e388b74
authored
Mar 21, 2016
by
Jeroen Nijhof
Browse files
Wrong number of parameters for configure
parent
fb9f58dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.ru
View file @
6e388b74
...
...
@@ -5,7 +5,7 @@ Dotenv.load(".env.#{ENV['RACK_ENV']}", '.env')
if
ENV
[
'RAVEN_DSN'
]
Raven
.
configure
(
true
)
do
|
config
|
Raven
.
configure
do
|
config
|
config
.
dsn
=
ENV
[
'RAVEN_DSN'
]
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment