@datadog/rspack-plugin
TypeScript icon, indicating that this package has built-in type declarations

2.5.3 • Public • Published

Datadog Rspack Plugin

A Rspack plugin to interact with Datadog from your builds.

Installation

  • Yarn
yarn add -D @datadog/rspack-plugin
  • npm
npm install --save-dev @datadog/rspack-plugin

Usage

Inside your rspack.config.js.

const { datadogRspackPlugin } = require('@datadog/rspack-plugin');

module.exports = {
    plugins: [
        datadogRspackPlugin({
            // Configuration
        }),
    ],
};

[!TIP] It is important to have the plugin in the first position in order to report every other plugins.

Configuration

Check the main README for the common configuration options.

Package Sidebar

Install

npm i @datadog/rspack-plugin

Weekly Downloads

35,295

Version

2.5.3

License

MIT

Unpacked Size

621 kB

Total Files

8

Last publish

Collaborators

  • datadog