Skip to content

Commit

Permalink
Add configurable DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
mejroslav committed Aug 9, 2023
1 parent dafba6f commit 3f260a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asab/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def _initialize_sentry(self):
)

sentry_sdk.init(
dsn="https://284e65c3c7c3bb8c991d71c112ed5471@o4505669681414144.ingest.sentry.io/4505669720801280",
dsn=self.Dsn,
integrations=[
sentry_sdk.integrations.aiohttp.AioHttpIntegration(),
sentry_sdk.integrations.asyncio.AsyncioIntegration(),
Expand Down

0 comments on commit 3f260a3

Please sign in to comment.