Skip to content
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

Added name to middleware function #8

Merged
merged 1 commit into from
Aug 30, 2023
Merged

Added name to middleware function #8

merged 1 commit into from
Aug 30, 2023

Conversation

daniellockyer
Copy link
Contributor

fixes #7

  • this allows code instrumentation tools (such as New Relic) to detect the function name instead of labelling it as <anonymous>

fixes #7

- this allows code instrumentation tools (such as New Relic) to detect
  the function name instead of labelling it as `<anonymous>`
@azu azu added the Type: Refactoring A code change that neither fixes a bug nor adds a feature label Aug 30, 2023
@azu azu merged commit d4eaef7 into azu:main Aug 30, 2023
2 checks passed
@azu
Copy link
Owner

azu commented Aug 30, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Refactoring A code change that neither fixes a bug nor adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Give middleware function a name
2 participants