Skip to content

v2.2.0

Compare
Choose a tag to compare
@yoannmoinet yoannmoinet released this 23 Jul 14:55
· 127 commits to master since this release
6888e44

Support for Vite and Rollup.

You can now use the plugin with Vite and Rollup.
Check out our updated README for more details.

Breaking Changes

rum.sourcemaps won't automatically bail on error

We added a new configuration rum.sourcemaps.bailOnError that is false by default.
Previous behaviour was true by default.
To have the same behaviour as before use:

{
    rum: {
        sourcemaps: {
+            bailOnError: true,
        }
    }
}

What's Changed

Full Changelog: v2.1.0...v2.2.0