Samples used by Stackdriver documentation. The samples are provided as reference guides when using Rails, Sinatra, other-rack frameworks, and pure Ruby.
The rails_configuration.rb
provides configuration examples that can be used
in your config/environments/*.rb
files.
Sinatra samples are prefixed with sinatra_
and Rack examples use the extension
.ru
.
The following list provides samples used per Stackdriver product.
debugger.ru
sinatra_debugger.rb
trace.ru
sinatra_trace.rb
logging.ru
sinatra_logging.rb
error_reporting.ru
sinatra_error_reporting.rb
uptime_check.rb
The following file shows an example of using shared configuration in a Rack app, and can also be used in Sinatra or pure Ruby apps.
shared_config.ru
An additional example shows that Debugger doesn't require a Rack based app.
ruby_debugger.rb