Skip to content

Commit

Permalink
feat: also track get_consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Jan 19, 2024
1 parent 14d0d79 commit 4eb0c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lti_consumer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ def _get_lti_1p3_consumer(self):

return consumer

@function_trace('lti_consumer.models.LtiConfiguration.get_lti_consumer')
def get_lti_consumer(self):
"""
Returns an instanced class of LTI 1.1 or 1.3 consumer.
Expand Down

0 comments on commit 4eb0c4a

Please sign in to comment.