Skip to content

Commit

Permalink
refactor: only export InstanaPropagator class
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Krol committed Aug 9, 2022
1 parent da9eddf commit dcb04c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propagators/opentelemetry-propagator-instana/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export * from './InstanaPropagator';
export { InstanaPropagator } from './InstanaPropagator';

0 comments on commit dcb04c8

Please sign in to comment.