Use case
Framework
Owner
Sentry/V8/Remove Replay Package And Update Integration
This codemod removes the import statement for the @sentry/replay package and replaces instances of new Replay() with Sentry.replayIntegration(), aligning with the latest Sentry SDK practices.
Bull/Bullmq
This codemod provides straightforward changes to migrate from bull to bullmq. You have to manually create queue names for the existing queues in your application. You need to apply these names for the created workers in the files which previously used .process(). You will have to manually specify connection details if you used
createClient
method onnew Queue()
options before. Connection details should now also be specified for andWorker
classes.Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemodAxios/Fetch
Migrate from axios to fetch.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod