Install AppSignal and start monitoring your app and solving bugs within 5 minutes.
Quickly get to the root cause of an issue. Less debugging, more problem-solving.
No chatbots. We're always on hand to help you get things done.
We love the diversity of languages that are used to build the web. AppSignal is a powerful APM that works out-of-the-box for the following languages and frameworks:
When the bits hit the fan, developers need clear and focused insights. AppSignal combines 8 powerful monitoring features into one APM — all in an easy to use interface.
Monitor the performance of your slowest actions down to the nanosecond.
Explore featureMonitoring for your servers: keep an eye on CPU, Disk, Network & more.
Explore featureAvoid surprises and set triggers for anomalies on any metric you'd like.
Explore feature1500+ development teams rely on AppSignal to ship code with confidence. We are sharing a few of their stories with you.
AppSignal is built for ease of use. The installation is effortless and we'll set most things up automatically. You'll be monitoring exceptions and performance in no-time.
# Add to Gemfile
source "https://rubygems.org"
gem "appsignal"
# Ruby app installation
bundle exec appsignal install YOUR_PUSH_API_KEY
// Install AppSignal
npx @appsignal/cli install
// Initialize AppSignal
const { Appsignal } = require("@appsignal/nodejs")
const appsignal = new Appsignal({
active: true,
name: "YOUR APPLICATION NAME",
pushApiKey: "YOUR API KEY"
})
// Install AppSignal
yarn add @appsignal/javascript
npm install --save @appsignal/javascript
// Initialize AppSignal
import Appsignal from "@appsignal/javascript" // For ES Module
const Appsignal = require("@appsignal/javascript").default // For CommonJS module
const appsignal = new Appsignal({
key: "YOUR FRONTEND API KEY"
})
# Add to mix.exs
def deps do
[{:appsignal, "~> 1.0"}]
end
# Elixir installation
mix deps.get
mix appsignal.install YOUR_PUSH_API_KEY
# Add AppSignal to requirements.txt file
appsignal
# Run the following commands to install AppSignal
pip install -r requirements.txt
python -m appsignal install
AppSignal's monitoring agent is built with Rust. It's lightweight, stable and already runs in thousands of applications.
If you need us, we’re there for you. We’re committed to making AppSignal monitoring great for you and your team.
Got customers in the EU? Our data processing is GDPR compliant.
If there’s one thing you need to trust, it’s your APM. We're ready to help you monitor, at every scale.
AppSignal offers a 30-day free trial, no credit card is required. All features are available in all plans. Start monitoring your application in just a few clicks!