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