# sentry-scrapy
[](https://travis-ci.org/m-vdb/sentry-scrapy)
[](https://coveralls.io/github/m-vdb/sentry-scrapy?branch=master)
[](https://pypi.python.org/pypi/sentry-scrapy)
Scrapy integration with latest Sentry SDK
## Requirements
- Python3
- [`Scrapy`](https://docs.scrapy.org/en/latest/)
- [`sentry-sdk`](https://docs.sentry.io/quickstart?platform=python)
## Installation
Install with `pip`:
```bash
$ pip install sentry-scrapy
```
And in your Scrapy settings, configure Sentry as follows:
```python
# configure the extensions
# https://doc.scrapy.org/en/latest/topics/extensions.html
EXTENSIONS = {
"sentry_scrapy.extension.SentryExtension": 10,
}
# initialize Sentry
# https://docs.sentry.io/quickstart?platform=python
import sentry_sdk
sentry_sdk.init(dsn='your dsn')
```
[](https://travis-ci.org/m-vdb/sentry-scrapy)
[](https://coveralls.io/github/m-vdb/sentry-scrapy?branch=master)
[](https://pypi.python.org/pypi/sentry-scrapy)
Scrapy integration with latest Sentry SDK
## Requirements
- Python3
- [`Scrapy`](https://docs.scrapy.org/en/latest/)
- [`sentry-sdk`](https://docs.sentry.io/quickstart?platform=python)
## Installation
Install with `pip`:
```bash
$ pip install sentry-scrapy
```
And in your Scrapy settings, configure Sentry as follows:
```python
# configure the extensions
# https://doc.scrapy.org/en/latest/topics/extensions.html
EXTENSIONS = {
"sentry_scrapy.extension.SentryExtension": 10,
}
# initialize Sentry
# https://docs.sentry.io/quickstart?platform=python
import sentry_sdk
sentry_sdk.init(dsn='your dsn')
```
Release files for sentry-scrapy 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sentry-scrapy-0.2.tar.gz | 3.0 kB | Details |
Release files / sentry-scrapy-0.2.tar.gz
| Download URL | sentry-scrapy-0.2.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9669ddd2daf9ff8d76d205d70ac6538a82f2336c651791b0a215148e054b5a57
|
|
BLAKE2b-256 checksum How to use checksums |
07dfc7ec1697927c26b624895a35e061500edcba9437fce75c57a8957a8fcc0d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|