Mark Story

Results 653 comments of Mark Story

> Any reason not to check empty() instead of ''? Empty will eat `0` which *could* be a valid id. We could of course use a stricter condition. I'm still...

> Are there any introspections I can do in call_it to ask what matchers have been attached and are active? Use [responses.registered()](https://github.com/getsentry/responses?tab=readme-ov-file#viewing-modifying-registered-responses) to get the list of registered mock responses....

Changing the default values is not something we can easily do at this point in time as it will break existing assumptions in userland code. > I have tried setting...

Do you replace the identity before or after the `applyScope` call? While it shouldn't matter, knowing more about what you're trying to do helps with reproducing the issue.

> The identity is replaced before, as part of the login process. So wouldn't the identity be consistent between the start of the controller action and the authorization check? Are...

> Do you have plans to support CakePHP 5.1+ and ElasticSearch 8.x in the future? No immediate plans as that isn't a version combo I'm personally using, but if you're...

> We have also tried app creation with Atlassian Connect descriptor https://develop.sentry.dev/integrations/jira/. Stuck on this part how we can integrate to selfhosted sentry What part of this are you getting...

> In some cases, I need to know if a response comes from the record. If I see correctly, there currently is no way to do that. What are the...

Having both the proposed methods and `requireFieldPresence` seems redundant. We may also want to deprecate `requireFieldPresence` as well.

Are you using postgres by any chance?