mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-18 16:31:31 +00:00
Runner Tweaks (#62)
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
This commit is contained in:
@@ -13,3 +13,9 @@ module.exports.trackEvent = (...args) => {
|
||||
client.trackEvent(...args);
|
||||
}
|
||||
};
|
||||
|
||||
module.exports.trackException = exception => {
|
||||
if (client) {
|
||||
client.trackException({ exception });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user