Skip to content

Commit

Permalink
Fix sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn authored and jethome-bot committed Mar 1, 2025
1 parent cee6cf1 commit a832edd
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 @@ -22,7 +22,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 a832edd

Please sign in to comment.