Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
akram185 committed Jun 17, 2021
1 parent b19319c commit 0f8690e
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 2 deletions.
98 changes: 98 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"async_hooks": "^1.0.0",
"axios": "^0.21.1",
"bootstrap": "^4.5.0",
"dd-sdk-reactnative": "^1.0.0-beta1",
"dd-trace": "^0.35.0",
"inspector": "^0.5.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1"
"react-scripts": "3.4.1",
"v8": "^0.1.0"
},
"scripts": {
"datadog": "browser-rum",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ datadogRum.init({
trackInteractions: true
});

const tracer = require('dd-trace').init
tracer = require('dd-trace').init()

// const tracer = require('dd-trace').init()
// const span = tracer.scope().active()
Expand Down

0 comments on commit 0f8690e

Please sign in to comment.