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

> Hey @nicohrubec - we are using GraphQL/NestJS and it looks like the newest version of the Sentry SDK for NestJS doesn't work for this. Specifically - I think it...

Package: nestjs

v1 of this is deprecated, which you can see in each CI run on develop as of now. Updating this should fix the deprecation. This _should_ not break stuff for...

### Problem Statement I installed the `@sentry/astro` integration in my Astro Project: ```ts import { defineConfig } from "astro/config"; import cloudflare from "@astrojs/cloudflare"; import sentry from "@sentry/astro"; export default defineConfig({...

Type: Improvement
Waiting for: Product Owner

### Description We want to instrument kafkajs. There is an existing OTEL instrumentation for this: https://www.npmjs.com/package/@opentelemetry/instrumentation-kafkajs ```[tasklist] ### Tasks - [ ] Add new `kafkaIntegration` in `@sentry/node` - [ ]...

Meta: Help Wanted
Package: node
Package-Meta: OpenTelemetry

Includes a few fixes and stuff. Fixes https://github.com/getsentry/sentry-javascript/issues/13504

### Description We want to instrument tedious. There is an existing OTEL instrumentation for this: https://www.npmjs.com/package/@opentelemetry/instrumentation-tedious ```[tasklist] ### Tasks - [ ] Add new `tediousIntegration` in `@sentry/node` - [ ]...

Meta: Help Wanted
Package: node
Package-Meta: OpenTelemetry

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

Package: node
Waiting for: Product Owner

Due to a racing condition, the version used in package `@sentry/webpack-plugin` for gatsby is causing the parameter `filesToDeleteAfterUpload` not working properly because the maps are being deleted before being uploaded...

Fixes https://github.com/getsentry/sentry-javascript/issues/13504 > Due to a racing condition, the version used in package @sentry/webpack-plugin for gatsby is causing the parameter filesToDeleteAfterUpload not working properly because the maps are being deleted...

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

Package: nestjs