Mark Story

Results 653 comments of Mark Story

With DE based accounts, you cannot use the `sentry.io/api/0/projects/` endpoint, as your request doesn't contain enough information to be routed to the correct region. Instead you should be making your...

@ojomio this plugin is mostly unmaintained. The organization level integration in the main sentry repository is where the sentry team is putting any future effort.

@ojomio The jira integration works in on-premise as well.

Any chance you'd be interested in helping getting this or other plugins compatible with Python3?

Is the payload you're getting valid JSON? Why can't it be parsed?

> Maybe we can add a parameter on strictness for int coercion so the controller behavior can be kept. We could put a configure flag in place? We could try...

> Maybe we can add a parameter on strictness for int coercion so the controller behavior can be kept. What difference in behavior are you concerned about with int casting?...

> Guess there is some reason int min isn't allowed? I don't remember anymore. The tests imply that PHP_MIN has some potentially unexpected behavior near the boundary.

> To work around this bug, I had to rename the fixture connection name in the init() method, like: What is the value of `$this->connection` in `init()` before you redefined...

> What is the value of $this->connection in init() before you redefined the connection name? ´test_master´ Would you try upgrading to 5.0.9 temporarily and see if that resolves your issue?...