We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18aafa commit 9afbd44Copy full SHA for 9afbd44
schema/yaml/shared.yml
@@ -115,6 +115,7 @@ capabilities:
115
- 'network:persist'
116
- 'protocol:graph'
117
- 'component:setsource'
118
+ - 'protocol:trace'
119
_enumDescriptions: # Documentation
120
- name: 'protocol:network'
121
description: >-
@@ -144,3 +145,7 @@ capabilities:
144
145
146
runtime is able to compile and run custom components
147
sent as source code strings
148
+ - name: 'protocol:trace'
149
+ description: >-
150
+ runtime is able to record and send over flowtraces,
151
+ used for retroactive debugging.
0 commit comments