Skip to content

Commit

Permalink
refactor(auto-instrumentations-node): Name export getResourceDetectors (
Browse files Browse the repository at this point in the history
#1792)

Better align with the other exports.

Follow-up to #1772.
  • Loading branch information
Zirak authored Nov 11, 2023
1 parent 2698bb1 commit 24ffb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metapackages/auto-instrumentations-node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

export {
getNodeAutoInstrumentations,
getResourceDetectorsFromEnv,
getResourceDetectorsFromEnv as getResourceDetectors,
InstrumentationConfigMap,
} from './utils';

0 comments on commit 24ffb3b

Please sign in to comment.