Add a new application
To get a new app running on AppSignal, start by clicking the "add app" link on the application overview page, or use this link to the "add app" wizard for your organization.
In the wizard you will first be asked for what language you want to install AppSignal. We currently support Ruby, Elixir & Node.js for error and performance monitoring, and JavaScript for front-end error monitoring.
After choosing a language you will be presented with instructions on how to install AppSignal in your app.
Once the app is deployed AppSignal will start receiving data and you're good to go!
Requirements
Before you can compile the AppSignal gem make sure the build/compilation tools are installed for your system. Please check the Supported Operating Systems page for any system dependencies that may be required.
Installation instructions
Some language integrations and support for libraries require some manual steps to get set up. Please see our installation instructions for the language of your app for more information.
- Ruby installation instructions
- Elixir installation instructions
- Node.js installation instructions
- Front-end JavaScript installation instructions
AppSignal will detect and register new Ruby, Elixir & Node.js applications when it receives data from the application and not before it. Using their installers this should be done automatically. When installing AppSignal manually, please use the demo command line tool (Ruby / Elixir) or start your application and perform some requests/jobs to send data to AppSignal.com.
JavaScript applications will create an app beforehand that generate an application-specific Push API key to be used for that application.
Next steps
- Configuring applications - next guide
- Getting started guides - Guides overview