Skip to content

Conversation

@wl2027
Copy link
Contributor

@wl2027 wl2027 commented Jun 16, 2025

Correct the parameter name in @Advice.OnMethodEnter and @Advice.OnMethodExit annotations from 'inlined = false' to 'inline = false' throughout the instrumentation module writing guide.

The correct parameter name according to ByteBuddy documentation is 'inline', not 'inlined'.

…line'


Correct the parameter name in @Advice.OnMethodEnter and @Advice.OnMethodExit
annotations from 'inlined = false' to 'inline = false' throughout the
instrumentation module writing guide.

The correct parameter name according to ByteBuddy documentation is 'inline',
not 'inlined'.
@wl2027 wl2027 requested a review from a team as a code owner June 16, 2025 07:30
@wl2027
Copy link
Contributor Author

wl2027 commented Jun 16, 2025

Hi @laurit , Could you review this PR? Thanks!

@trask trask merged commit f5d2104 into open-telemetry:main Jun 16, 2025
89 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants