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

Replace sentry-ruby-core with sentry-ruby as integration dependency #1825

Merged
merged 2 commits into from
May 25, 2022

Commits on May 21, 2022

  1. Replace sentry-ruby-core with sentry-ruby as integration dependency

    sentry-ruby-core was created for loosing version requirement on faraday.
    It's the actual code container and sentry-ruby just wraps around it with
    a version requirement. But since faraday is now dropped, this extra
    structure is not needed anymore.
    
    The plan is to make sentry-ruby the gem that holds the logic and point
    integrations to it. And sentry-ruby-core will just depend on sentry-ruby
    and does nothing for backward compatibility.
    st0012 committed May 21, 2022
    Configuration menu
    Copy the full SHA
    bedbcbe View commit details
    Browse the repository at this point in the history
  2. Update changelog

    st0012 committed May 21, 2022
    Configuration menu
    Copy the full SHA
    05954a3 View commit details
    Browse the repository at this point in the history