You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a feature request to add support for disabling AI Monitoring at the account level. This request has been given elevated priority across several agents, with the Node.js agent being one of them.
We need to:
Update our connect service interaction code to recognize the new setting being sent by the connect service
Apply the setting to the current agent instance
Verify the setting is working via the staging environment
The updated spec for the payload being sent by the connect service can be viewed in our GHE instance. In short, to disable AI Monitoring the connect service will send:
{
"return_value": {
"collect_ai": false
}
}
The text was updated successfully, but these errors were encountered:
There is a feature request to add support for disabling AI Monitoring at the account level. This request has been given elevated priority across several agents, with the Node.js agent being one of them.
We need to:
The updated spec for the payload being sent by the connect service can be viewed in our GHE instance. In short, to disable AI Monitoring the connect service will send:
The text was updated successfully, but these errors were encountered: