-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: retire error-message #11190
fix: retire error-message #11190
Conversation
expect(endTelemetry.properties["error-message"]).to.equal( | ||
'A http client error happened while performing the aadApp/create task. The error response is: {"error":{"code":"Request_BadRequest","message":"Invalid value specified for property \'displayName\' of resource \'Application\'."}}' | ||
); | ||
// expect(endTelemetry.properties["error-message"]).to.equal( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will there be another property to store error message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will use another property name after we can make sure that the error message is in our total control. Retire this for now.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## hotfix/wxp_mar #11190 +/- ##
==================================================
- Coverage 87.15% 87.15% -0.01%
==================================================
Files 456 456
Lines 27507 27503 -4
Branches 5522 5520 -2
==================================================
- Hits 23974 23970 -4
Misses 1774 1774
Partials 1759 1759
|
fix: https://msazure.visualstudio.com/Microsoft%20Teams%20Extensibility/_workitems/edit/27316534
retire
error-message
,inner-error
,error-stack
property in telemetry for now and we will use another property name forerror-message
after we can make sure the content will not contains any 3rd party message.