Charly Gomez

Results 16 issues of Charly Gomez

### Problem Statement It seems we are currently not instrumenting `evensource` requests from the browser. https://developer.mozilla.org/en-US/docs/Web/API/EventSource ### Solution Brainstorm Adding this handler to our browser package would improve e.g. the...

Type: Improvement
Package: browser
Feature: Tracing

### Core or SDK? Platform/SDK ### Which part? Which one? @sentry/google-cloud-serverless ### Description There is a note that firebase cloud functions are currently not supported but no further guidance on...

Type: Content

## DESCRIBE YOUR PR - Fixes #10583 - Fixes #10468 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go...

## DESCRIBE YOUR PR Improve guide for bun + use the correct package name for a code snippet in "usage". ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs...

### Steps to Reproduce Clicking on the copy button of the intrumentation.js snippet in the react sdk docs and pasting it adds newlines to the pasted regex. https://docs.sentry.io/platforms/javascript/guides/react/ Update: This...

Bug
Type: Platform

## DESCRIBE YOUR PR Fixes several redirects and broken links: - https://docs.sentry.io/platforms/javascript/user-feedback/ - broken link "attachments quota" (https://docs.sentry.io/account/quotas/manage-attachments-quota/) - https://docs.sentry.io/platforms/react-native/ - "touch event tracking" (https://docs.sentry.io/platforms/react-native/touchevents/) - https://docs.sentry.io/platforms/php/guides/laravel/other-versions/laravel8-10/ - "Laravel Log...

### Steps to Reproduce - Start local dev server according to instructions - Navigate to any /platforms route - Refresh ### Expected Result Should refresh without hydration errors. ### Actual...

Bug
Type: Platform

This RFC proposes the implementation of versioned documentation for [Sentry Docs](https://docs.sentry.io). The goal is to provide users with access to documentation specific to different versions of a Sentry SDK. Currently,...

Await flushing the SDK in the case of an error, otherwise the runtime freezes as soon as the error is re-thrown and it will never be captured. fixes https://github.com/getsentry/sentry-javascript/issues/13977

This PR handles the dynamic import of modules using `require.resolve` instead of a hardcoded `node_modules` path – allowing the use of alternative node linkers like Yarn PnP fixes https://github.com/getsentry/sentry-javascript/issues/13641