Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/HH-203674' into EXP-85969
Browse files Browse the repository at this point in the history
  • Loading branch information
HH ReleaseBot committed Jan 16, 2024
2 parents fa333b6 + 14d070e commit abd71ba
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 abd71ba

Please sign in to comment.