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

Bump all sentry gems to 5.4.1 #541

Merged
merged 1 commit into from
Aug 16, 2022
Merged

Bump all sentry gems to 5.4.1 #541

merged 1 commit into from
Aug 16, 2022

Conversation

BeckaL
Copy link
Contributor

@BeckaL BeckaL commented Aug 16, 2022

This commit bumps all three Sentry gems used by this project to version 5.4.1.

An internal API change was made in the Sentry gems which means 5.3.x gems aren't compatible with 5.4.x gems.

If all three gems aren't updated at the same time, we end up with test failures containing error messages like this:

exception expected, not
Class: <ArgumentError>
Message: <"wrong number of arguments (given 1, expected 2)">

For further details, see getsentry/sentry-ruby#1859 and getsentry/sentry-ruby#1865.

This commit bumps all three Sentry gems used by this project to version 5.4.1.

An internal API change was made in the Sentry gems which means 5.3.x gems aren't compatible with 5.4.x gems.

If all three gems aren't updated at the same time, we end up with test failures containing error messages like this:

```
exception expected, not
Class: <ArgumentError>
Message: <"wrong number of arguments (given 1, expected 2)">
```

For further details, see getsentry/sentry-ruby#1859 and getsentry/sentry-ruby#1865.
@BeckaL BeckaL merged commit 6047ca8 into main Aug 16, 2022
@BeckaL BeckaL deleted the update-ruby-sentry branch August 16, 2022 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants