Skip to content

Commit

Permalink
Remove redundant asyncio integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 22, 2024
1 parent a9ecea0 commit b040137
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
from motor.motor_asyncio import AsyncIOMotorClient
from pymongo import IndexModel
from pyproj import Transformer
from sentry_sdk.integrations.asyncio import AsyncioIntegration
from sentry_sdk.integrations.pymongo import PyMongoIntegration

NAME = 'openaedmap-backend'
VERSION = '2.8.0'
VERSION = '2.8.1'
CREATED_BY = f'{NAME} {VERSION}'
WEBSITE = 'https://openaedmap.org'

Expand All @@ -29,7 +28,6 @@
trace_propagation_targets=None,
profiles_sample_rate=0.2,
integrations=[
AsyncioIntegration(),
PyMongoIntegration(),
],
)
Expand Down

0 comments on commit b040137

Please sign in to comment.