We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72a1ec commit 8e923b0Copy full SHA for 8e923b0
ddtrace/internal/core/crashtracking.py
@@ -38,8 +38,8 @@ def start() -> bool:
38
39
# also print the contents of the profiling directory
40
# ddtrace/internal/datadog/profiling
41
- profiling_dir = Path(__file__).parent.parent / "datadog" / "profiling"
42
- for f in profiling_dir.iterdir():
+ crashtracker_dir = Path(__file__).parent.parent / "datadog" / "profiling" / "crashtracker"
+ for f in crashtracker_dir.iterdir():
43
if f.is_file():
44
print(f.name)
45
0 commit comments