Skip to content

Commit

Permalink
HH-203674 use sentry release version from env
Browse files Browse the repository at this point in the history
  • Loading branch information
712u3 committed Jan 16, 2024
1 parent fa333b6 commit 14d070e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontik/integrations/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def initialize_app(self, app: FrontikApplication) -> Optional[Future]:

sentry_sdk.init(
dsn=options.sentry_dsn,
release=app.application_version(),
max_breadcrumbs=options.sentry_max_breadcrumbs,
default_integrations=False,
auto_enabling_integrations=False,
Expand Down

0 comments on commit 14d070e

Please sign in to comment.