Skip to content

Commit

Permalink
[APM] exceptions are encapsulated on Kibana logs(#96343) (#96361)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Cauê Marcondes <[email protected]>
  • Loading branch information
kibanamachine and cauemarcondes authored Apr 7, 2021
1 parent a455d0f commit e4d521f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/apm/server/routes/create_api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export function createApi() {

return response.ok({ body });
} catch (error) {
logger.error(error);
const opts = {
statusCode: 500,
body: {
Expand Down

0 comments on commit e4d521f

Please sign in to comment.