Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update register signal
  • Loading branch information
ryan-s committed Jan 19, 2018
commit a1b333f102bb9c74fa30426697b17e836169f519
2 changes: 1 addition & 1 deletion raven/contrib/celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def filter(self, record):
return extra_data.get('internal', record.funcName != '_log_error')


def register_signal(client, ignore_expected=False):
def register_signal(client, ignore_expected=False, context_args=None):
SentryCeleryHandler(client, ignore_expected=ignore_expected, context_args=[]).install()


Expand Down