BLOG-90 Intergrate error tracking with Sentry #120
3
backend/Cargo.lock
generated
3
backend/Cargo.lock
generated
@ -427,7 +427,6 @@ dependencies = [
|
|||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"common",
|
"common",
|
||||||
"log",
|
|
||||||
"openidconnect",
|
"openidconnect",
|
||||||
"sentry",
|
"sentry",
|
||||||
"serde",
|
"serde",
|
||||||
@ -1753,7 +1752,6 @@ dependencies = [
|
|||||||
"auth",
|
"auth",
|
||||||
"common",
|
"common",
|
||||||
"futures",
|
"futures",
|
||||||
"log",
|
|
||||||
"sentry",
|
"sentry",
|
||||||
"serde",
|
"serde",
|
||||||
"sqlx",
|
"sqlx",
|
||||||
@ -2409,7 +2407,6 @@ dependencies = [
|
|||||||
"auth",
|
"auth",
|
||||||
"chrono",
|
"chrono",
|
||||||
"common",
|
"common",
|
||||||
"log",
|
|
||||||
"sentry",
|
"sentry",
|
||||||
"serde",
|
"serde",
|
||||||
"sqlx",
|
"sqlx",
|
||||||
|
@ -8,7 +8,6 @@ actix-session.workspace = true
|
|||||||
actix-web.workspace = true
|
actix-web.workspace = true
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
log.workspace = true
|
|
||||||
openidconnect.workspace = true
|
openidconnect.workspace = true
|
||||||
sentry.workspace = true
|
sentry.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
@ -9,7 +9,6 @@ actix-web.workspace = true
|
|||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
log.workspace = true
|
|
||||||
sentry.workspace = true
|
sentry.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
sqlx.workspace = true
|
sqlx.workspace = true
|
||||||
|
@ -8,7 +8,6 @@ actix-web.workspace = true
|
|||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
chrono.workspace = true
|
chrono.workspace = true
|
||||||
log.workspace = true
|
|
||||||
sentry.workspace = true
|
sentry.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
sqlx.workspace = true
|
sqlx.workspace = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user