rollbar / rollbar.js

Error tracking and logging from Javascript to Rollbar
https://docs.rollbar.com/docs/javascript
MIT License
571 stars 213 forks source link

Removed JSON-js submodule and integrated the modified json3 directly #1135

Closed matux closed 7 months ago

matux commented 7 months ago

Description of the change

This PR removes the only submodule in the workspace, a forked version of JSON-js @ https://github.com/rollbar/JSON-js and integrates it directly into the project.

The last time the code in the fork was changed is 2015, and given we only seem to use json3, it does not seem like we're using any of the modified code.

[!NOTE] This was mainly done with the aim of making the move to a monorepo easier.

Type of change

Checklists

Development

Code review