ruby icon indicating copy to clipboard operation
ruby copied to clipboard

log options timestamp is ignored

Open EdwardDiehl opened this issue 2 years ago • 0 comments

The timestamp passed to the log method via options here https://github.com/logdna/ruby/blob/v1.5.0/lib/logdna.rb#L79-L81

is ignored here https://github.com/logdna/ruby/blob/v1.5.0/lib/logdna/client.rb#L64

Seems that this line should be changed to something like timestamp: opts[:timestamp]

EdwardDiehl avatar Jan 10 '24 14:01 EdwardDiehl