rollbar.js
rollbar.js copied to clipboard
Full commonjs to es modules migration
Description of the change
This PR fully migrates the codebase from CommonJS to ES modules, updating imports/exports and related configurations.
- Converted require/module.exports to import/export in all source files
- Added "type": "module" to package.json and updated build/test configs to .cjs extensions
- Adjusted bundle snippets and examples to use ES module syntax