Skip to content

Commit

Permalink
docs: add note about ESM (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds committed Feb 15, 2022
1 parent e2ff179 commit e2bf261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This package makes it easy to instrument your Express/NodeJS application to send

## Known Issues

- Using a bundler (esbuild, webpack, etc.) with the Beeline is unsupported. You may be able to use the Beeline with a bundler, but auto-instrumentations will likely not work.
- Using a bundler (esbuild, webpack, etc.) or ESM with the Beeline is unsupported. You may be able to use the Beeline in those cases, but auto-instrumentations will likely not work.

## Contributions

Expand Down

0 comments on commit e2bf261

Please sign in to comment.