hello i have a ruby project , i have installed the gem stackdriver and in my config/environments*rb file i have
require "google/cloud/debugger" debugger = Google::Cloud::Debugger.new( project: "my-project", keyfile: "/home/vof/account.json" ) debugger.project debugger.start
i am using gcp so when i go to debugger in gcp i get a drop down of ruby-app with the error No source version information was provided by the deployed application
what could be the issue??