broadway_dashboard
broadway_dashboard copied to clipboard
Fix unused variable warning in telemetry handler
Remove unnecessary _metadata binding in exception handler to eliminate compiler warning about unused variable.
This should not emit a warning since it starts with underscore and it is usually used for documentation purposes. :)