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

Sentry component for Scrapy

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

As of the latest Scrapy 2.10.0 release this library is running into errors because `scrapy.utils.reqser` has been fully removed from Scrapy after being deprecated in 2.6.0. See [deprecations/removals in 2.10.0](https://docs.scrapy.org/en/latest/news.html#deprecation-removals)...

`scrapy-sentry` currently does not capture exceptions that happen outside the spider's `on_error` signal. This limits the usefulness of the extension. Luckily, It is pretty easy to fix as well. I...

Hello, I'm wondering, wouldn't it be better to use the `TwistedHTTPTransport` instead of `RequestsHTTPTransport` [here](https://github.com/llonchj/scrapy-sentry/blob/master/scrapy_sentry/utils.py#L28)?

I have set scrapy log level = info in the settings.py, but spider still send debug to sentry server