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
The problem is that tokio 1.x (which most people use these days) requires actix-rt 2.x, which requires actix-web 4.x, which does not seem to compile with sentry_actix (actix-web 3.x works fine). Any workaround? Thanks
267 | .wrap(sentry_actix::Sentry::new())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Transform<actix_web::app_service::AppRouting,ServiceRequest>` is not implemented for `Sentry`
The text was updated successfully, but these errors were encountered:
Here's an updated patch for 4.0-beta.5 compatibility: lumeohq@462511c
It's reporting all issues with an empty exception type and not much other useful data though, is that normal? (in particular I would expect the HTTP response code, which I don't get)
The problem is that tokio 1.x (which most people use these days) requires actix-rt 2.x, which requires actix-web 4.x, which does not seem to compile with sentry_actix (actix-web 3.x works fine). Any workaround? Thanks
The text was updated successfully, but these errors were encountered: