How do I get the "release" being used by Sentry? #3206
Unanswered
bruno-garcia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a Blazor web app and I'd like to bake the app's version on the footer.
I tried getting the
SentryOptions
via DI and readingRelease
. But since I didn't set anything explicitly there, it returnsnull
.Is there a way to get the release that Sentry is going to use?
Beta Was this translation helpful? Give feedback.
All reactions