Skip to content

Commit 2aac010

Browse files
committed
add releasenote
1 parent 3c8f4c8 commit 2aac010

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
ray: This fix resolves an issue where Ray jobs that did not explicitly call ``ray.init()`` at the top of their scripts
5+
were not properly instrumented, resulting in incomplete traces.
6+
To ensure full tracing capabilities, use ``ddtrace-run`` when starting your Ray cluster:
7+
``DD_PATCH_MODULES="ray:true,aiohttp:false,grpc:false,requests:false" ddtrace-run ray start --head``.

0 commit comments

Comments
 (0)