Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][FIX]TypeError: 'EndPoint' object is not iterable. #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Hardik-OSI
Copy link

#5

@max3903 max3903 mentioned this pull request Feb 28, 2022
@@ -32,11 +62,13 @@ def skip_tracing():


def before_dispatch():
print("\n\n\n Called in before_dispatch \n\n\n")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
print("\n\n\n Called in before_dispatch \n\n\n")

elastic_apm_client.begin_transaction("request")
elasticapm.set_user_context(user_id=request.session.uid)


def after_dispatch(response):
print("\n\n\n Called in after_dispatch \n\n\n")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
print("\n\n\n Called in after_dispatch \n\n\n")

after_dispatch(response)
return response


IrHttp._dispatch = _dispatch

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants