Danilo Campana Fuchs

Results 40 issues of Danilo Campana Fuchs

I want to add interceptor for all my SQS consumers to send errors to Sentry and add message metadata to my logging context. Is there a way for firing interceptors...

I keep getting this error when using the library: ``` node_modules/@serverless/event-mocks/dist/index.d.ts:2:48 - error TS2305: Module '"../../../@types/aws-lambda"' has no exported member 'CloudWatchEvent'. import { AlexaSmartHomeEvent, AlexaSkillEvent, CloudWatchEvent } from "aws-lambda"; ```...

Current type definition for createEvent is this: ```typescript declare const dictionary: { "aws:apiGateway": import("aws-lambda").APIGatewayProxyEvent; }; export default function createEvent( eventType: T, body: typeof dictionary[T], ): typeof dictionary[T]; ``` When accessing...

I could not find the language server client in the marketplace (I'm sorry if this is my mistake and it is actually there, but I just couldn't find it!). Building...

### Describe the feature I would like an SNS command to verify a request signature from SNS https://docs.aws.amazon.com/sns/latest/dg/sns-verify-signature-of-message.html I found an open source option: https://www.npmjs.com/package/sns-payload-validator ### Use Case When subscribing...

feature-request
needs-triage

**Is your feature request related to a problem? Please describe.** MSW was greatly refactored **Describe the solution you'd like** Assess the migration steps needed https://mswjs.io/docs/migrations/1.x-to-2.x **Additional context** https://mswjs.io/blog/introducing-msw-2.0

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Package: node

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Feature: Performance
Package: node
Waiting for: Product Owner

### Environment information ```bash npx biome rage --formatter CLI: Version: 1.8.3 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v20.13.1" JS_RUNTIME_NAME:...

S-Needs repro

### Describe the feature you'd like to request Optimistic updates in React Query 5 can be simpler by using the `useMutationState` anywhere in the application to hook into a running...

✅ accepted-PRs-welcome