Codemod verified
Regularly tested and maintained by our engineers and codemod expert community.
byCodemod
Python/Orjson/Sentry Import Replacement
Last update
Jul 24, 2024
Replaces Sentry json import with orjson.
Example
Before
from sentry.utils import json
After
import orjson
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community