sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Problem Statement The stack traces on the Vercel Edge runtime still look horrible. They seem to flow through some kind of sandbox and aren't source mapped at all. ###...
### 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...
### 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...
### 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...
### 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...
### 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...
### Problem Statement In our Vue SDK, there are two ways how users can set the component tracking-relevant options: ```js Sentry.init({ // dsn... trackComponents: true, timeout: 1000, hooks: ['init', 'mount',...
### Problem Statement When `attachStacktrace` is enabled, `captureMessage` calls don't set the stack trace. Related issue https://github.com/getsentry/sentry-react-native/issues/2131 Code: https://github.com/getsentry/sentry-javascript/blob/28c464d1977f4c5e9c91764462da84c07d6ecad3/packages/browser/src/eventbuilder.ts#L275-L282 Since `syntheticException` is null, it does not set the stack trace....
Bumps [@opentelemetry/instrumentation-aws-sdk](https://github.com/open-telemetry/opentelemetry-js-contrib) from 0.40.0 to 0.41.0. Release notes Sourced from @opentelemetry/instrumentation-aws-sdk's releases. instrumentation-pg: v0.41.0 0.41.0 (2024-04-25) Features deps: update otel-js to 0.51.0 (80cbee7) remove generic type from instrumentations (80cbee7) Bug...
Bumps [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) from 1.23.0 to 1.24.0. Release notes Sourced from @opentelemetry/semantic-conventions's releases. v1.24.0 1.24.0 :rocket: (Enhancement) feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605 @pichlermarc feat(propagator-aws-xray): moved AWS Xray propagator from...