Sebastian Aranguiz

Results 3 issues of Sebastian Aranguiz

I was testing the extension and found that `roles`, `groups` and `permissions` are not necessarily included on app_metadata. If one selects the fields on the **Token Contents** section, then they...

Sentry Plugin `addEventId` function builds a `GraphQLError` instance missing the `originalError` prop. https://github.com/dotansimha/envelop/blob/9449ef36f61d4d9561f88a87204b3a16f3c6f98e/packages/plugins/sentry/src/index.ts#L114-L117 This creates issues when using it togheter with `useMaskedErrors` as the default `formatError` function relies on `originalError`...

kind/bug

When using Prisma's Fluent API with a read replica, the returned object does not adhere to the expected structure. Repro: [read-replicas-demo](https://github.com/snake575/read-replicas-demo) Current Behavior: Using the primary database, the following code:...

bug