Skip to content

Commit

Permalink
Fix sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed May 22, 2023
1 parent aff6f9c commit 4274c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import (
const (
busName = "io.hass.os"
objectPath = "/io/hass/os"
sentryDsn = "https://[email protected]/5710878"
// sentryDsn = "https://[email protected]/5710878"
sentryDsn = "https://47ea2fbffc454c6b877d1d41966873c7@o4505208810110976.ingest.sentry.io/4505208844386304"
)

var (
Expand Down

0 comments on commit 4274c1a

Please sign in to comment.