mirror of
https://github.com/actix/actix-website
synced 2025-06-29 16:24:58 +02:00
Removes global 1.0 warning and only ads it to specific pages.
This commit is contained in:
@ -6,6 +6,14 @@ weight: 1010
|
||||
|
||||
# Diesel
|
||||
|
||||
{{% alert %}}
|
||||
NOTE: The `actix-web` 1.0 version of this section is still
|
||||
[being updated](https://github.com/cldershem/actix-website/tree/update1.0-db). Checkout
|
||||
this [example](https://github.com/actix/examples/tree/master/async_db) until then.
|
||||
{{% /alert %}}
|
||||
|
||||
[being updated](https://github.com/cldershem/actix-website/tree/update1.0-db).
|
||||
|
||||
At the moment, Diesel 1.0 does not support asynchronous operations,
|
||||
but it's possible to use the `actix` synchronous actor system as a database interface api.
|
||||
|
||||
|
@ -6,6 +6,11 @@ weight: 1020
|
||||
|
||||
# Sentry Crash Reporting
|
||||
|
||||
{{% alert %}}
|
||||
NOTE: Sentry currently does not work with `actix-web` 1.0. Please checkout this
|
||||
[issue](https://github.com/getsentry/sentry-rust/issues/143) for more details.
|
||||
{{% /alert %}}
|
||||
|
||||
[Sentry][sentrysite] is a crash reporting system that supports the failure crate which
|
||||
is the base of the actix error reporting. With a middleware it's possible to
|
||||
automatically report server errors to Sentry.
|
||||
|
Reference in New Issue
Block a user