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 905638f commit c2473b2Copy full SHA for c2473b2
fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/web/application.py
@@ -22,7 +22,7 @@
22
{%- if cookiecutter.sentry_enabled == "True" %}
23
import sentry_sdk
24
from sentry_sdk.integrations.fastapi import FastApiIntegration
25
-from sentry_sdk.integrations.log import LoggingIntegration
+from sentry_sdk.integrations.logging import LoggingIntegration
26
27
{%- if cookiecutter.orm == "sqlalchemy" %}
28
from sentry_sdk.integrations.sqlalchemy import SqlalchemyIntegration
0 commit comments