Matt Robenolt

Results 178 comments of Matt Robenolt

That's more what I'd expect for implementation. I don't think we need to even go that complex though, and I feel we only need to special case 3306 and coerce...

Can you share a redacted version of your configuration? This error is fundamentally an SSL issue. So maybe trying to use http when we require https, or the TLS version...

It's not typically something you do directly and comes from the underlying networking libraries of the runtime. Where are you running this and can you share a redacted version of...

Aha, so that's what I was looking for. Using port 3306 doesn't work. We should auto fix this in database-js, but this connection string is not correct here. You'd want...

When you had to split up, was `:3306` inside `DATABASE_HOST` too? If so, same issue.

Not 100% sure how we'd want to do this, but ideally this `logrus_sentry.NewSentryHook(YOUR_DSN, ...)` installation too since the default client inside `raven-go` should already exist and we'd leverage that instead....

There has not. I'm still open to inclusion here. :) Just need someone to submit a PR.

Awesome, I will get to look at that this week. A bit busy at the moment. :) Thanks!

@captncraig how would this change affect that? Just curious. This package directly depends on `raven-go` already. There's no way you could use this without that dependency. Merging these repositories would...

I've been working on making my version a bit more... good, and capable of being consumed by the public, just has been taking time.