• /
  • Log in
  • Free account

Import Node.js modules

In addition to the standard synthetic monitoring's WebDriverJS-based scripting environment, New Relic supports many popular Node.js modules to enhance your scripted browsers and API tests.

Import optional modules

To import a supported module, follow the standard importing procedure for it. For example:

  • To import crypto-js, call:

    var crypto = require('crypto-js');
  • To import chai, call:

    var assert = require('chai').assert;

Supported third-party modules

Different synthetic scripted monitor versions support different third-party modules. For information on modules supported by different monitor versions, see the monitor version comparison table.

Supported Node.js core modules

New Relic's synthetic monitoring also supports the following optional Node.js core modules:

Unsupported modules

You can use any node module in a containerized private minion. For instructions on how to configure custom modules for containerized private minions, see CPM configuration.

Unsupported modules are not guaranteed to work, and they are not covered by support.

For more help

If you need more help, check out these support and learning resources:

Create issueEdit page
Copyright © 2021 New Relic Inc.