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

Publish v3.3.0 which fixes broken data_sync_excluded_exceptions behaviour #211

Merged
merged 6 commits into from
Jul 2, 2021

Conversation

ChrisBAshton
Copy link
Contributor

@ChrisBAshton ChrisBAshton commented Jul 1, 2021

3.3.0 reverts changes introduced in 3.1.0 and 3.1.1. In 3.1.0/3.1.1 we merged the should_capture method into the before_send method in preparation for swapping out sentry-raven for sentry-ruby. However, it broke the "ignore certain errors when they happen during the data sync" behaviour.

This is subsequently fixed in v4, but not all apps can/will be upgraded to v4, so we should offer a stable v3.

I've manually published v3.3.0 from the command line, and then merged main into this branch as the last commit, to retain the history.

Trello: https://trello.com/c/lVDo5gTD/2603-remove-beforesend-shouldcapture-changes-in-govukappconfig-v330

injms and others added 5 commits June 16, 2021 10:33
In 3.1.0/3.1.1 we merged the `should_capture` method into the
`before_send` method in preparation for swapping out `sentry-raven`
for `sentry-ruby`. However, it broke the "ignore certain errors
when they happen during the data sync" behaviour.

This is subsequently fixed in v4, but not all apps can/will be
upgraded to v4, so we should offer a stable v3.
@ChrisBAshton ChrisBAshton marked this pull request as ready for review July 2, 2021 09:00
@ChrisBAshton ChrisBAshton changed the title Bump to 3.3.0 Publish v3.3.0 which fixes broken data_sync_excluded_exceptions behaviour Jul 2, 2021
@ChrisBAshton ChrisBAshton merged commit fdcc5c0 into main Jul 2, 2021
@ChrisBAshton ChrisBAshton deleted the bump-to-3.3.0 branch July 2, 2021 09:14
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.

4 participants