fix(deps): update rust crate sentry to 0.32.1 - autoclosed #3578
Annotations
6 errors
failed to resolve: could not find `SentryHttpLayer` in `sentry_tower`:
server/src/lib.rs#L51
error[E0433]: failed to resolve: could not find `SentryHttpLayer` in `sentry_tower`
--> server/src/routing/mod.rs:51:30
|
51 | .layer(sentry_tower::SentryHttpLayer::new())
| ^^^^^^^^^^^^^^^
| |
| could not find `SentryHttpLayer` in `sentry_tower`
| help: a struct with a similar name exists: `SentryLayer`
|
Clippy! (./cli)
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
Clippy! (./cli)
{
"rendered": "For more information about this error, try `rustc --explain E0433`.\n",
"children": [],
"code": null,
"level": "failure-note",
"message": "For more information about this error, try `rustc --explain E0433`.",
"spans": []
}
|
Rust CI (Linux (x86_64))
Process completed with exit code 1.
|
Rust CI (macOS (x86_64))
The job was canceled because "ubuntu-latest" failed.
|
Rust CI (macOS (x86_64))
The operation was canceled.
|