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

feature(trace): adds named tracer factory #420

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
Brandon Gonzalez committed Nov 7, 2019
commit 8e9428a8f2c2e24740e37c69ef8ff55502d6c9db
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ export abstract class AbstractTracerFactory implements types.TracerFactory {
this._tracers.set(key, tracer);

return tracer;
};
}
}