You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file is used by Rack-based servers to start the application.
require_relative 'config/environment'
require 'application_insights'
use ApplicationInsights::Rack::TrackRequest, ENV['APPLICATION_INSIGHTS_INSTRUMENTATION_KEY'] if ENV['APPLICATION_INSIGHTS_INSTRUMENTATION_KEY'].present?