Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove setRelease and setDist, have auto release passed to native #213

Merged
merged 5 commits into from
Mar 22, 2021

Commits on Mar 19, 2021

  1. fix: Remove setRelease and setDist, have auto release passed to native

    As the Android native bridge has no support for setRelease and setDist which set __sentry_release and __sentry_dist as an extra, we remove these methods in favor of passing release and dist to init.
    We also have the SENTRY_RELEASE environment variable that is set at buildtime set the release on init instead.
    
    Closes #196
    jennmueng committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    40d6393 View commit details
    Browse the repository at this point in the history
  2. SENTRY_RELEASE.id

    jennmueng committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    8cee4de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1e6256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b10a98 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. meta: Changelog

    jennmueng committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    2e17fe0 View commit details
    Browse the repository at this point in the history