Skip to content

Commit

Permalink
build!(shard.yml): demonstrate successful compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
caspiano committed Apr 29, 2021
1 parent cac6272 commit 4cd6667
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ shards:
git: https://github.com/placeos/core.git
version: 3.8.1

placeos-driver:
placeos-driver: # Overridden
git: https://github.com/placeos/driver.git
version: 5.0.10
version: 5.1.0+git.commit.0fa9639d9fe8716f7e4185a794fa9d03213e48e9

placeos-frontends:
git: https://github.com/placeos/frontends.git
Expand Down
3 changes: 3 additions & 0 deletions shard.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ dependencies:
github: Sija/retriable.cr
secrets-env:
github: spider-gazelle/secrets-env
placeos-driver:
github: placeos/driver
branch: refactor/mixin-hash
5 changes: 3 additions & 2 deletions src/logging.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ require "raven"
require "raven/integrations/action-controller"

module PlaceOS::Api
# Configure Sentry
Raven.configure &.async=(true)
standard_sentry = Raven::LogBackend.new
comprehensive_sentry = Raven::LogBackend.new(capture_all: true)

Expand All @@ -31,6 +29,9 @@ module PlaceOS::Api
end
end

# Configure Sentry
Raven.configure &.async=(true)

PlaceOS::LogBackend.register_severity_switch_signals(
production: Api.production?,
namespaces: namespaces,
Expand Down

0 comments on commit 4cd6667

Please sign in to comment.