sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
> 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...
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({...
### 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` - [ ]...
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` - [ ]...
### 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...
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...