Python-sentry_sdk ETA in stable Extra repo

Is there any estimate on when the python-sentry_sdk package will make it into the stable Extra repo for Manjaro?

IIRC, there is a way to install a single unstable package (and its dependencies), but I am struggling to find the right google search to get the answer I am looking for.

It’s currently available in the testing and unstable branches. You can either switch to the testing branch or build it just like you would have from the AUR before it was imported into the Arch extra repo:

sudo pacman -Syu --needed base-devel git
git clone https://aur.archlinux.org/python-sentry_sdk.git
makepkg -srcif

That URL results in a 404 because the package has been moved off of the AUR.

It’s not a URL one can browse to as the AUR package is archived. Follow the instructions, it still can be accessed.