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 4c8394c commit 426c835Copy full SHA for 426c835
packet/__init__.py
@@ -78,6 +78,7 @@
78
app.logger.info('OIDCAuth configured')
79
80
# Sentry
81
+# pylint: disable=abstract-class-instantiated
82
sentry_sdk.init(
83
dsn=app.config['SENTRY_DSN'],
84
integrations=[FlaskIntegration(), SqlalchemyIntegration()]
0 commit comments