nameko-sentry icon indicating copy to clipboard operation
nameko-sentry copied to clipboard

Results 4 nameko-sentry issues
Sort by recently updated
recently updated
newest added

Hey folks, are there any plans to migrate from raven to the new Sentry SDK, aka [sentry-python](https://github.com/getsentry/sentry-python)? The API changed somewhat, but there's a [migration guide](https://forum.sentry.io/t/switching-to-sentry-python/4733). Last time I've checked,...

Here's an attempt to switch to GitHub Actions for CI. I've updated supported Python versions in tox and bumped a few dependencies. The tests fail in multiple ways, unfortunately I...

Hello, I noticed that when I do: ``` with ClusterRpcProxy(CONFIG) as rpc: some_results = rpc.some_service_name.some_method() ``` and when an exception occurs on this peice of code (such as `some_service_name` cannot...