Commit Graph

5 Commits

Author SHA1 Message Date
Robbie McKinstry e05a3bd81c
Apply autoformat
This commit applies the Rome autoformatter to the Node SDK.
These changes are automatically produced. To reproduce these
changes, run `make format` from inside sdk/nodejs.
2023-04-28 18:27:10 -04:00
Justin Van Patten dc7f3f0c66 [sdk/nodejs] Mark internal APIs `@internal` to filter from SDK docs
These exported APIs aren't intended for public use. Marking them as `@internal` makes TypeScript remove them from the `.d.ts` files and removes them from our Node.js SDK docs.
2022-09-20 11:54:06 -07:00
Robbie McKinstry 14dcf2ebe4
Fix lint issues 2022-09-15 07:27:44 -04:00
Robbie McKinstry ab0c77ceec
Ditch transforming the URL, use whatever is provided. 2022-09-15 07:26:53 -04:00
Robbie McKinstry 76da04cf48
Move tracing module into cmd, since it should not be part of the library code. 2022-09-15 07:26:52 -04:00