Skip to content

Commit 7277307

Browse files
committed
...
1 parent fe1e82e commit 7277307

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MIGRATION_GUIDE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)