tom-pytel commented on a change in pull request #144:
URL: https://github.com/apache/skywalking-python/pull/144#discussion_r683678767
##########
File path: skywalking/__init__.py
##########
@@ -40,6 +40,7 @@ class Component(Enum):
Sanic = 7007
AioHttp = 7008
Pyramid = 7009
+ Falcon = 7010
Review comment:
This must be an old original source commit since the Component IDs 7010
and 7011 have been reserved for a bit:
```
Psycopg = 7010
Celery = 7011
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]