Skip to content

Commit b7963ed

Browse files
committed
Add Redis integration.
1 parent 856b357 commit b7963ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jazzband/errors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from flask import render_template
55
from sentry_sdk.integrations.flask import FlaskIntegration
66
from sentry_sdk.integrations.logging import LoggingIntegration
7+
from sentry_sdk.integrations.redis import RedisIntegration
78
from sentry_sdk.integrations.sqlalchemy import SqlalchemyIntegration
89
from spinach.contrib.sentry_sdk_spinach import SpinachIntegration
910

@@ -30,6 +31,7 @@ def error(error):
3031
FlaskIntegration(),
3132
SpinachIntegration(),
3233
SqlalchemyIntegration(),
34+
RedisIntegration(),
3335
],
3436
request_bodies="always",
3537
with_locals=True,

0 commit comments

Comments
 (0)