Command Line
pry -r ./config/app_init_file.rb
- load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb
- load your rails into a pry session
Debugger
Command Line
pry -r ./config/app_init_file.rb
- load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb
- load your rails into a pry sessionDebugger
This guide outlines detailed steps for setting up a test environment to evaluate both Lambda instrumentation (PR) and the Lambda layer (PR) for OpenTelemetry.
ruby-layer-wrapper
branch from this location. This branch contains the wrapper file absent in the original PR.ruby/src/
and execute sam build -u -t template.yml
. This action generates the .aws-sam
folder. Finally, run the script ./zip_ruby_layer.sh -n <your_layer_name>
to create the zip file suitable for upload to AWS Lambda via the AWS console.ruby/layer/Gemfile
a