We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf4722 commit 63be88bCopy full SHA for 63be88b
sentry_sdk/integrations/django/__init__.py
@@ -718,8 +718,8 @@ def rollback(self):
718
CursorWrapper.executemany = executemany
719
BaseDatabaseWrapper.connect = connect
720
BaseDatabaseWrapper.commit = commit
721
- ignore_logger("django.db.backends")
722
BaseDatabaseWrapper.rollback = rollback
+ ignore_logger("django.db.backends")
723
724
725
def _set_db_data(span, cursor_or_db, db_operation=None):
0 commit comments