diff --git a/sentry.conf.py b/sentry.conf.py index 4f9311a..3a8dde4 100644 --- a/sentry.conf.py +++ b/sentry.conf.py @@ -83,9 +83,6 @@ if postgres: env('SENTRY_POSTGRES_PORT') or '' ), - 'OPTIONS': { - 'autocommit': True, - }, }, }