Alberto Leal

Results 62 comments of Alberto Leal

> Email newsletter? A curated newsletter of "This week in awesome.". 👍

Thanks. I hadn't thought of `Promise.all`. I've been reducing iterables to an array.

@therebelrobot you should be able to consume it with https://github.com/thlorenz/browserify-shim

@AniketDas-Tekky Is `RequestFactory()` not sufficient? Can you give me an example of what test you're looking for?

@AniketDas-Tekky I've added some tests that emulates the request/response on the Django framework with and without the `CustomerDomainMiddleware` middleware.

@pva @ethanhs It's a reserved project slug. The list of reserved project slugs are here: https://github.com/getsentry/sentry/blob/67e9fb66b7b074009de46b7e63cb4bc799936463/src/sentry/constants.py#L157-L178

@ethanhs I agree. I think rejecting project slugs with a validation error might be the right approach.

This might be relevant: https://www.chromestatus.com/feature/4664843055398912

Are meeting agendas established in advance? Are these public?

@lobsterkatie @imatwawana It looks like the code example here (https://docs.sentry.io/product/sentry-basics/tracing/event-detail/#adding-query-information-and-parameters-to-spans) is using the python SDK, which might not be useful for anyone looking to use any other SDK. This section...