kezhenxu94 commented on issue #4934: URL: https://github.com/apache/skywalking/issues/4934#issuecomment-644730628
From your log `AttributeError: '_thread._local' object has no attribute 'context'`, I assume this issue is Django-specific because the name `_thread._local` is unexpected by the SkyWalking agent, and it behaves the same as when the assignment `_thread_local.context = None` is absent, anyway, I'd like to adjust the assignment into the `get_context` function, which should be more fault tolerant, BTW, if you're willing to open a PR, it's highly appreciated @chestarss ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
