sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Official Sentry SDKs for JavaScript

Results 1038 sentry-javascript issues
Sort by recently updated
recently updated
newest added

### Problem Statement Looking at the Next.js trace it produces out of the box, there's a period after "data fetching" and starting to send back the response that's not instrumented...

Feature
Next.js

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

External Dependency
Bug
OpenTelemetry
Node.js

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

Bug
Astro

one more thing we should figure out - cloudflares logs include more context than ours do.. idk if theres additional props we could grab or not Linear: https://linear.app/getsentry/issue/JS-416

Logs
Cloudflare Workers

### Description You can now send structured logs to Sentry! See the docs [here](https://docs.sentry.io/product/explore/logs). We don't have logging functionality exposed in the loader or a separate CDN bundle. We should...

Logs
javascript

### Description This ticket is about supporting React Router v7 as a full meta-framework: https://reactrouter.com/start/framework/installation This includes full instrumentation for both client and server side. ## Overview We will publish...

React Router Framework

Adds auto instrumentation support for [Bun Sqlite](https://bun.sh/docs/api/sqlite) ![image](https://github.com/user-attachments/assets/a39ce29e-67a2-40c3-8c3c-f4b261823a2f) - [X] If you've added code that should be tested, please add tests. - [X] Ensure your code lints and the test...

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Add `'Record not found'` to the `ignoreErrors` option array 2. Raise an error with `Record not found` in the message ###...

Waiting for: Community
getsentry/sentry-javascript
Bug

Ref https://github.com/vercel/next.js/pull/77345 Next.js is adding an `runAfterProductionCompile` hook that we can use to upload sourcemaps and manage release. Unfortunately, because we need to support older Next.js versions, we still need...

### Problem Statement I want to utilize AWS Lambda Layers in my setup but it's hard to know what features are included in the layer's versions. This way it's hard...

Improvement
AWS Lambda