core: bump sentry-sdk from 1.22.1 to 1.22.2 (#5550)
* core: bump sentry-sdk from 1.22.1 to 1.22.2 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.22.1 to 1.22.2. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.22.1...1.22.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * attempt to fix 'modify_settings' object has no attribute 'wrapped' Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -230,7 +230,8 @@ def retry(max_retires=RETRIES, exceptions=None):
 | 
			
		||||
                    raise exc
 | 
			
		||||
                logger.debug("Retrying on error", exc=exc, test=self)
 | 
			
		||||
                self.tearDown()
 | 
			
		||||
                self._post_teardown()  # noqa
 | 
			
		||||
                self._post_teardown()
 | 
			
		||||
                self._pre_setup()
 | 
			
		||||
                self.setUp()
 | 
			
		||||
                return wrapper(self, *args, **kwargs)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user