GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Tell Bugsnag what version of Blossom is running #127

Closed TheLonelyGhost closed 3 years ago

TheLonelyGhost commented 3 years ago

Description:

By reading from the pyproject.toml, we can tell the version string. Even if it doesn't exist, it fails gracefully with a version string of unknown.

Given our deployment strategy preserves pyproject.toml next to the source code, this should be an okay assumption to make.

Checklist: