Skip to content

Commit

Permalink
chore: do not proxy sentry dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 13, 2024
1 parent 0adabfd commit 234db54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/pkg/sentry/sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/ignite/cli/v29/ignite/version"
)

const IgniteDNS = "https://bugs.ignite.com"
const IgniteDNS = "https://[email protected]/4507891348930560"

func InitSentry(ctx context.Context) (deferMe func(), err error) {
sentrySyncTransport := sentry.NewHTTPSyncTransport()
Expand Down

0 comments on commit 234db54

Please sign in to comment.