You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Removed a handful of experimental options. Most of them now have a
top-level counterpart.
I left some still in:
- `record_sql_queries`: This should probably be removed once data
collection is out out.
- `trace_lifecycle`: I'd remove this when we remove the top-level
`trace_lifecycle` at a later point.
- transport options: keeping these for now
- continuous profiler start: no top-level counterpart
#### Issues
Closes
https://linear.app/getsentry/issue/PY-1924/remove-experimental-options
Copy file name to clipboardExpand all lines: MIGRATION_GUIDE.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,11 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
133
133
- The deprecated `propagate_traces` option has been removed. Use `trace_propagation_targets` instead, which gives you more power over trace propagation. Note that only the top-level `init` option was removed; the `propagate_traces` option of the Celery integration remains available.
134
134
- Removed Spotlight integration for Django. See [Spotlight 2.0](https://github.com/getsentry/spotlight/issues/891) for more context.
135
135
- The deprecated parameter `propagate_hub` in `ThreadingIntegration()` was removed.
136
+
- The experimental `max_spans` option was removed.
137
+
- The experimental `before_send_log` option was removed. Use the top-level `before_send_log` instead.
138
+
- The experimental `before_send_metric` option was removed. Use the top-level `before_send_metric` instead.
139
+
- The experimental `ignore_spans` option was removed. Use the top-level `ignore_spans` instead.
140
+
- The experimental `before_send_span` option was removed. Use the top-level `before_send_span` instead.
136
141
-`configure_debug_hub` was removed.
137
142
- The `max_spans` option of the `LangchainIntegration` was removed.
0 commit comments