Skip to content

Commit

Permalink
add tracking for diagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
will committed May 30, 2014
1 parent cafee00 commit cafe864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/heroku/command/pgdiagnose.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Heroku::Command::Pg < Heroku::Command::Base
def diagnose
db_id = shift_argument

track_extra('diagnose') if can_track?
report = find_or_generate_report(db_id)

puts "Report #{report["id"]} for #{report["app"]}::#{report["database"]}"
Expand Down

0 comments on commit cafe864

Please sign in to comment.