Session functionality for Components integration.
Name | Description |
---|---|
config | The config to convert. |
Name | Description |
---|---|
config | The configuration for the session. |
Name | Description |
---|---|
config | The configuration for the trace. |
Name | Description |
---|---|
writer | The LogWriter instance to use. |
session_id | The ID of the session to create the trace for. |
config | The configuration for the trace. |
Name | Description |
---|---|
feedback | The feedback to add. |
Name | Description |
---|---|
attachment | The attachment to add. |
Name | Description |
---|---|
writer | The LogWriter instance to use. |
session_id | The ID of the session to add the attachment to. |
attachment | The attachment to add. |
Name | Description |
---|---|
writer | The LogWriter instance to use. |
session_id | The ID of the session to add the tag to. |
key | The tag key. |
value | The tag value. |
Name | Description |
---|---|
writer | The LogWriter instance to use. |
session_id | The ID of the session to end. |
data | Optional data to add to the session. |
Name | Description |
---|---|
writer | The LogWriter instance to use. |
session_id | The ID of the session to add the event to. |
id | The ID of the event. |
event | The event. |
data | Optional data to add to the event. |