Skip to content

Commit

Permalink
Merge pull request #82 from ballerina-platform/observe_impl
Browse files Browse the repository at this point in the history
Remove the observability error message property
  • Loading branch information
BuddhiWathsala authored Jan 19, 2021
2 parents 10a1645 + 1f8fff7 commit 9fa5e7b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public void onError(Throwable throwable) {
ObserveUtils.getObserverContextOfCurrentFrame(context.getEnvironment());
if (observerContext != null) {
observerContext.addTag(ObservabilityConstants.TAG_KEY_ERROR, ObservabilityConstants.TAG_TRUE_VALUE);
observerContext.addProperty(ObservabilityConstants.PROPERTY_ERROR_MESSAGE, throwable.getMessage());
}

}
Expand Down

0 comments on commit 9fa5e7b

Please sign in to comment.