Skip to content

Commit

Permalink
feat: add export for initTracing function (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
main-kun authored Dec 23, 2024
1 parent e8e3b1d commit e01f2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export {AppConfig, AppContextParams, AppDynamicConfig, SpanKind} from './types';
export {AppError} from './lib/app-error';
export {DynamicConfigSetup} from './lib/dynamic-config-poller';
export {NodeKitLogger} from './lib/logging';
export {initTracing} from './lib/tracing/init-tracing';
export * from './lib/public-consts';

0 comments on commit e01f2c4

Please sign in to comment.