Skip to content

Commit ac98eba

Browse files
emmettbutlergithub-actions[bot]
authored andcommitted
docs: add 4.0 upgrade section (#15343)
## Description This change adds a section to the upgrade documentation about how to upgrade from 3.0 to 4.0 (cherry picked from commit df81994)
1 parent 200b33c commit ac98eba

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/upgrading.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,20 @@ Use the following patterns to identify the deprecated environment variables in a
9595
Legacy tracing interfaces
9696
^^^^^^^^^^^^^^^^^^^^^^^^^
9797

98-
Reference the [3.0 release note](https://github.com/DataDog/dd-trace-py/releases/tag/v3.0.0) to identify and update deprecated interfaces in ddtrace products.
98+
Reference the [3.0 release note](https://github.com/DataDog/dd-trace-py/releases/tag/v3.0.0) to identify and update deprecated interfaces in ddtrace products.
99+
100+
101+
Upgrade to 4.0
102+
**************
103+
104+
Environment variables
105+
^^^^^^^^^^^^^^^^^^^^^
106+
107+
Use the following patterns to identify the deprecated environment variables in a code base. These configurations will not be supported in v3.0. Refer to the migration guide below for next steps::
108+
109+
git grep -P -e "DD_DYNAMIC_INSTRUMENTATION_UPLOAD_FLUSH_INTERVAL" \
110+
-e "DD_EXCEPTION_DEBUGGING_ENABLED" \
111+
-e "DD_PROFILING_STACK_V2_ENABLED" \
112+
-e "DEFAULT_RUNTIME_METRICS_INTERVAL"
113+
114+
Reference the [4.0 release note](https://github.com/DataDog/dd-trace-py/releases/tag/v4.0.0) to identify and update deprecated interfaces in ddtrace products.

0 commit comments

Comments
 (0)