File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
131131
132132### Removed
133133
134- - Spans no longer have a ` description ` . Use ` name ` instead.
135134- Dropped support for Python 3.6.
136135- The ` enable_tracing ` ` init ` option has been removed. Configure ` traces_sample_rate ` directly.
137136- The ` propagate_traces ` ` init ` option has been removed. Use ` trace_propagation_targets ` instead.
@@ -159,7 +158,6 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
159158- Function transports are no longer supported. Subclass the ` Transport ` instead.
160159- ` start_transaction ` (` start_span ` ) no longer takes the following arguments:
161160 - ` sampled ` : use a ` traces_sampler ` to adjust the sampling rate
162- - ` description ` : use ` name ` instead
163161 - ` trace_id ` , ` baggage ` : use ` continue_trace ` for propagation from headers or environment variables
164162 - ` same_process_as_parent `
165163 - ` span_id `
You can’t perform that action at this time.
0 commit comments