Commit 5b94971278a837af163e521e97deaf302141fa00
1 parent
16aac4c4
Exists in
master
and in
1 other branch
add the request-url to the demo
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
lib/tasks/errbit/demo.rake
... | ... | @@ -49,7 +49,8 @@ namespace :errbit do |
49 | 49 | :backtrace => random_backtrace, |
50 | 50 | :request => { |
51 | 51 | 'component' => 'main', |
52 | - 'action' => 'error' | |
52 | + 'action' => 'error', | |
53 | + 'url' => "http://example.com/post/#{[111, 222, 333].sample}", | |
53 | 54 | }, |
54 | 55 | :server_environment => {'environment-name' => Rails.env.to_s}, |
55 | 56 | :notifier => {:name => "seeds.rb"}, | ... | ... |