Skylight is an application performance monitoring tool
Skylight uses a YAML file to define where to retrieve deployment details from. You can update this file to read from the ENV for the Hatchbox release and revision variables.
# config/skylight.yml
deploy:
id: <%= ENV["HATCHBOX_RELEASE"] %>
git_sha: <%= ENV["HATCHBOX_REVISION"] %>
# The deploy description is optional.
description: "Deployed <%= ENV["HATCHBOX_REVISION"] %> on <%= Rails.env %>"