show the root module in tracing for __init__ as well (#49480)
* show the root module in tracing for __init__ as well
When a submodule is running `__init__` it can sometimes be non trivial
to find out what package that module actually lives in
Co-authored-by: Cody Tapscott <84105208+topolarity@users.noreply.github.com>