Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gauge-sh/sentry-demo into example…
Browse files Browse the repository at this point in the history
…-errors
  • Loading branch information
caelean committed Dec 14, 2024
2 parents 3bac744 + 8dd0058 commit a31b815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tach.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ depends_on = [
[[modules]]
path = "sentry_plugins"
depends_on = [
{ path = "sentry" },
{ path = "sentry", deprecated = true },
]

[[modules]]
path = "social_auth"
depends_on = [
{ path = "sentry" },
{ path = "sentry", deprecated = true },
]

[[modules]]
Expand Down

0 comments on commit a31b815

Please sign in to comment.