Skip to content

Commit 5b3405f

Browse files
authored
Bugifx: rolling back to the previous sentry and sentry-tracing version stops spk publish hanging when it errors due to an existing version (#991)
Signed-off-by: David Gilligan-Cook <[email protected]>
1 parent c28bb5c commit 5b3405f

File tree

2 files changed

+19
-70
lines changed

2 files changed

+19
-70
lines changed

Cargo.lock

Lines changed: 15 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ regex = "1.6"
7070
relative-path = "1.3"
7171
ring = "0.17.7"
7272
rstest = "0.18.2"
73-
sentry = { version = "0.32.2" }
73+
sentry = { version = "0.27.0" }
74+
#sentry = { version = "0.32.2" }
7475
sentry-miette = { version = "0.1.0", path = "crates/sentry-miette" }
75-
sentry-tracing = { version = "0.32.2" }
76+
sentry-tracing = { version = "0.27.0" }
77+
#sentry-tracing = { version = "0.32.2" }
7678
serde = "1.0"
7779
serde_json = "1.0"
7880
serde_yaml = "0.9.25"

0 commit comments

Comments
 (0)