Skip to content

Commit ee26cb2

Browse files
committed
[Conprof/Probe] Update js/py deps
1 parent 8d0ccaf commit ee26cb2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
Blackfire Continuous Profiler continuously collects and uploads profiling data to the Blackfire servers. Once enabled, the profiler collects the relevant profiling information in configurable intervals and periodically uploads it to the Blackfire Agent. Blackfire Agent then forwards this information to the backend.
44

5+
Under the hood, this profiler uses [Datadog's dd-trace-js](https://github.com/DataDog/dd-trace-js) (v5.92.0+) for profiling data collection.
6+
57
# How to use
8+
69
## Prerequisites
710

811
* Node.js >= 16.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"dependencies": {
2828
"axios": "^0.26.1",
29-
"dd-trace": "^5.53.0",
29+
"dd-trace": "^5.92.0",
3030
"debug": "^4.3.3",
3131
"form-data": "^4.0.0",
3232
"winston": "^3.9.0",

0 commit comments

Comments
 (0)