macOS
Follow these steps to download and run the Raygun Agent on a macOS x64 machine.
The APM Agent for macOS (x64) is offically supported on 10.15 Catalina or newer.
Note: Apple Silicon is currently not supported.
Step 1 - Download and extract the agent
Download the Raygun Agent zip file to a directory and give execute permission to the Agent, CLI, and scripts.
sudo curl -O "https://downloads.raygun.com/APM/latest/RaygunAgent-macOS-(x64).zip"
sudo unzip -d ./raygun "RaygunAgent-macOS-(x64).zip"
sudo rm "RaygunAgent-macOS-(x64).zip"
sudo chmod +x -R ./raygun/*
Step 2 - Run the Agent
To run the agent, use the start_agent.sh
script in the bin directory
./raygun/bin/start_agent.sh
Next Step
Once the Agent is installed, you can begin profiling your application. Please refer to the Profiler Setup for instructions on setting up the profiler for your Language/Environment.