Matt Robenolt
Matt Robenolt
Can you explain a use case for this? From my very light understanding of Jsonnet, IMO, jinja2-cli is an alternative to this, and I'm not sure how or why you'd...
Can you post the schema? But that serialization you're seeing is just a Uint8Array of the binary data, so something about the schema is causing us to treat it as...
And I'm guessing the column you're referring to is `chains`?
I strongly suspect this was fixed with #174, but if it doesn't, we're in a good position to easily write a test to cover this if we have a query...
BUT, I agree this change should happen since it's using an older API. I'm just not sure why you're experiencing an issue with it and we don't. :(
To clarify, this was renamed and set an alias in Sentry 4.7.0 from a quick `git blame`. See: https://github.com/getsentry/sentry/commit/aea609c2049073f99f72f57c4ce7a8882573f8d3 So if this were a problem, it should have surfaced a...
Oh, I wonder if the plugin is erroring somehow sending the notification. We'd be logging this into the internal Sentry project. (I assume this is your on-premise version). Is there...
And are you installing sentry-hipchat from a git sha? Or the latest published release to pypi? The pypi version would be woefully out of date.
> What's up dude? Hey man, how's it going?
I don't think we need a regular expression here, we already fully parse the URL, it should have the port already I'd suspect, I haven't looked much.