Skip to content

Commit 68df940

Browse files
committed
[Conprof/Probe] Update js/py deps
1 parent bb9db4b commit 68df940

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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-py](https://github.com/DataDog/dd-trace-py) (pinned to v4.6.4) for profiling data collection.
6+
57
# How to use
8+
69
## Prerequisites
710

811
* Python >= 3.7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
author="Blackfire.io",
1616
packages=['blackfire_conprof', 'blackfire_conprof.bootstrap'],
1717
author_email="support@blackfire.io",
18-
install_requires=["ddtrace==4.1.1"],
18+
install_requires=["ddtrace==4.6.4"],
1919
description="Blackfire Continuous Profiler",
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)