Dennis Riis
Results
1
issues of
Dennis Riis
Given this code: ``` crashes = client.app.crashes app.id, "#{from.to_i}", "#{to.to_i}", ['all'] sessions = client.app.total_sessions app.id, "#{from.to_i}", "#{to.to_i}", 'all' ``` I can get crashes correctly, but sessions is always `nil` (notice...