Skip to content

Commit c2473b2

Browse files
authored
Fixes sentry sdk import module (#216)
1 parent 905638f commit c2473b2

File tree

1 file changed

+1
-1
lines changed
  • fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/web

1 file changed

+1
-1
lines changed

fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/web/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{%- if cookiecutter.sentry_enabled == "True" %}
2323
import sentry_sdk
2424
from sentry_sdk.integrations.fastapi import FastApiIntegration
25-
from sentry_sdk.integrations.log import LoggingIntegration
25+
from sentry_sdk.integrations.logging import LoggingIntegration
2626

2727
{%- if cookiecutter.orm == "sqlalchemy" %}
2828
from sentry_sdk.integrations.sqlalchemy import SqlalchemyIntegration

0 commit comments

Comments
 (0)