phptek / silverstripe-sentry

Flexible Sentry compatible bug aggregation client for Silverstripe applications.
BSD 3-Clause "New" or "Revised" License
12 stars 22 forks source link

Include releases #83

Closed Firesphere closed 1 year ago

Firesphere commented 1 year ago

I'd like to be able to configure Sentry to use the Release functionality, if possible directly pulled from Git/Package information

phptek commented 1 year ago

Nice suggestion. ATM there's at least a "hook" for it, but you'd need to be calling Config::update(xxx) using something like this https://github.com/composer/package-versions-deprecated to make it useful. See: docs/en/usage.md#releases.

phptek commented 1 year ago

Turned out to be super easy. Fixed in 4.1.0 (93bb256a749)