Replies: 1 comment
-
|
/cc @radcortez (config) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goal: pass the build commit sha to sentry as the release variable.
It's baked into the Quarkus Info extension at build time and available through
/q/info, but is there a way the data could be exposed as config properties?My fallback is to use something like the maven git commit id plugin to write a
git.propertiesfile, get Quarkus to pick that up, and populatequarkus.log.sentry.releasefrom that.Any other suggestions? Thanks! 😄
Beta Was this translation helpful? Give feedback.
All reactions