alex-oleshkevich / starception

Beautiful exception page for Starlette apps.
MIT License
96 stars 6 forks source link

Hide vendor frames toggle if there are none of them #18

Closed jtraub closed 1 year ago

jtraub commented 1 year ago

This PR adds conditional rendering of "Hide vendor frames" toggle which is needed for exception chains.

Also, it addresses browser complaints about non-uniqe id/non-existent elements by searching vendor frames inside specific stack trace div (instead of entire document)