Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Sep 6, 2023
1 parent 6e45606 commit b689602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export async function validateProfilingInApmPackagePolicy({
},
};
} catch (e) {
// In case apm server is not available ignore the error and return as profiling is not enabled on apm
// In case apm integration is not available ignore the error and return as profiling is not enabled on the integration
return {
policies: { apm: { profilingEnabled: false } },
};
Expand Down

0 comments on commit b689602

Please sign in to comment.