Skip to content

Commit

Permalink
feat: export SpanKind (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
melikhov-dev authored Dec 3, 2024
1 parent 7e3e538 commit 3fe1487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export {NodeKit} from './nodekit';
export {AppContext} from './lib/context';
export {AppConfig, AppContextParams, AppDynamicConfig} from './types';
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';
Expand Down

0 comments on commit 3fe1487

Please sign in to comment.