Skip to content

Commit

Permalink
#60 #61 Drop _with_transaction parameter of safe_execute() as Sentry …
Browse files Browse the repository at this point in the history
…removed it.
  • Loading branch information
butorov committed Jun 25, 2024
1 parent af316b2 commit a541432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_telegram/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ def notify_users(self, group, event, fail_silently=False, **kwargs):
url = self.build_url(group.project)
self.logger.debug('Built url: %s' % url)
for receiver in receivers:
safe_execute(self.send_message, url, payload, receiver, _with_transaction=False)
safe_execute(self.send_message, url, payload, receiver)

0 comments on commit a541432

Please sign in to comment.