Joseph Carroll

Results 27 issues of Joseph Carroll

There are multiple issues here, please read carefully. This should probably be broken into multiple issues but consolidating here to keep it simple for me. The issues described here will...

bug
solution

# Parse Variable Declarations ## Description This PR fixes a hole in the current evaluation. Currently, the following code misses the incorrect class name: ```jsx const myStyles = 'bg-wrong-name'; const...

When no `container` is provided to a `Portal`'d element (eg. `Dialog`), it is portal'd to the `body` through the use of a hard coded default location `globalThis?.document?.body`. It would be...

Wondering if you would be willing to share the code for https://esbuild.github.io/analyze/ ? Or is it already some place and I am not seeing it (again... 😊) ? I have...

### What happened? Warning output from `esbuild` bundler. ``` ▲ [WARNING] Constructing "ImportInTheMiddle" will crash at run-time because it's an import namespace object, not a constructor [call-import-namespace] node_modules/@opentelemetry/instrumentation-mongoose/node_modules/@opentelemetry/instrumentation/build/esm/platform/node/instrumentation.js:259:30: 259 │...

bug
triage

### 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

### 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

### Problem Statement Opentelemetry adds a massive amount of overhead. The screen shot below represents a minimized / treeshook lambda built with `esbuild` that has very little of its own...

Type: Improvement

### 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

### Describe the feature The SDK clients are capable of auto (magically) finding the appropriate credentials when you instatiate them. This capability exists even if you provide your own credential...

guidance
response-requested
p2