Get started with NerdVision

Getting started with NerdVision is easier than you might think.

1. Create a NerdVision account

2. Connect your application

3. Connect your code repository

4. Create a tracepoint and start collecting data

Connect your application

You can add workspaces for Java, Python, Node.js and .Net allowing you to get observability into your application.

To use NerdVision with your applications you will need to install NerdVision and add it to your project. This will allow your application to connect to NerdVision and create tracepoints and watchers for effective insight.

Install NerdVision with Maven or Gradle
Initialise the agent in the code, by calling start
Install NerdVision with PyPI
Initialise the agent in the code, by calling start
Install NerdVision with NPM
Initialise the agent in the code, by calling start
Install NerdVision with Nuget
Initialise the agent in the code, by calling start

How NerdVision Works