mattermost / mattermost-plugin-msteams

MS Teams plugin for Mattermost
Other
13 stars 11 forks source link

Track status_code as part of the MSGraphClient method duration #601

Closed mgdelacroix closed 4 months ago

mgdelacroix commented 4 months ago

Summary

Status code will be set at 2XX for all successful requests as we don't have a returning code coming from the SDK in those cases. For errors, the status code will come from the SDK error and will be set to zero if not present.

Ticket Link

https://mattermost.atlassian.net/browse/MM-56678