Extending Senty class in python-raven

Has anyone ever extended the Sentry class in the raven’s flask plugin? I’m looking to overwrite the get_user_info method as I don’t use Flask-Login. I’m just curious if this would mess anything up with stack traces or other bits of raven that require the Sentry instance to not be extended.

Thanks,

Jim