Hacker News new | ask | show | jobs
by ramenmeal 1029 days ago
Why were you implementing your own tracer? Don't they publish an implementation?
1 comments

Yes, all SDKs have a tracer you can just use. While you can technically create your own tracer, you're officially in Hard Mode territory - there's no highly extensible system I'm aware of that makes swapping core concepts (that already have a default) easy.