Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javascript browser example doesn't work #88

Open
twhid opened this issue Dec 5, 2019 · 1 comment
Open

javascript browser example doesn't work #88

twhid opened this issue Dec 5, 2019 · 1 comment

Comments

@twhid
Copy link

twhid commented Dec 5, 2019

live-server app --port=3000 --mount=/dd-trace:./node_modules/dd-trace/dist --mount=/env:./.env

dd-trace/dd-trace.min.js doesn't load since there is no dist folder in the dd-trace@0.15.5 package in node_modules.

@doanhpham
Copy link

doanhpham commented Jul 14, 2020

in file browser/http/package.json
use lib dd-trace with vesion "^0.23.0"

 "dependencies": {
    "dd-trace": "^0.23.0",
    "live-server": "^1.2.1"
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants