Add component id and icon for Python falcon plugin (#7446)
This commit is contained in:
parent
18ae82f2d1
commit
35dd15bfbf
|
|
@ -32,11 +32,13 @@ Release Notes.
|
|||
* [Break Change] Remove page path in the browser log query condition. Only support `query by page path id`.
|
||||
* [Break Change] Remove endpoint name in the backend log query condition. Only support `query by endpoint id`.
|
||||
* [Break Change] Fix typo for a column `page_path_id`(was `pate_path_id`) of storage entity `browser_error_log`.
|
||||
* Add component id for Python falcon plugin.
|
||||
|
||||
#### UI
|
||||
|
||||
* Fix not found error when refresh UI.
|
||||
* Update endpointName to endpointId in the query trace condition.
|
||||
* Add Python falcon icon on the UI.
|
||||
|
||||
#### Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -532,6 +532,9 @@ Psychopg:
|
|||
Celery:
|
||||
id: 7011
|
||||
languages: Python
|
||||
Falcon:
|
||||
id: 7012
|
||||
languages: Python
|
||||
|
||||
# PHP components
|
||||
# [8000, 9000) for PHP agent
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c1b9f570277daed9fc29b591159e3bea7d81e5fe
|
||||
Subproject commit 062478d765e5e0064626026deaffbd5ecab94c0a
|
||||
Loading…
Reference in New Issue