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
features: Make tower-http enable the tower feature (#532)
Previous the `tower-http` feature enabled the `sentry-tower` dependency and its `http` feature, but it did not enable the `tower` feature of the `sentry` crate. This leads to `sentry::integrations::tower` not being available, even though the dependency is enabled correctly.
0 commit comments