Skip to content

Commit

Permalink
Bugifx: rolling back to the previous sentry and sentry-tracing versio…
Browse files Browse the repository at this point in the history
…n stops spk publish hanging when it errors due to an existing version

Signed-off-by: David Gilligan-Cook <dcook@imageworks.com>
  • Loading branch information
dcookspi committed Feb 29, 2024
1 parent c28bb5c commit 72a364f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 70 deletions.
83 changes: 15 additions & 68 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ regex = "1.6"
relative-path = "1.3"
ring = "0.17.7"
rstest = "0.18.2"
sentry = { version = "0.32.2" }
sentry = { version = "0.27.0" }
#sentry = { version = "0.32.2" }
sentry-miette = { version = "0.1.0", path = "crates/sentry-miette" }
sentry-tracing = { version = "0.32.2" }
sentry-tracing = { version = "0.27.0" }
#sentry-tracing = { version = "0.32.2" }
serde = "1.0"
serde_json = "1.0"
serde_yaml = "0.9.25"
Expand Down

0 comments on commit 72a364f

Please sign in to comment.