Iakhub Seitasanov

Results 12 issues of Iakhub Seitasanov

В документации описан процесс управления зависимостями https://yandex.cloud/ru/docs/functions/lang/nodejs/dependencies В другом ишью выснили, что для поддержки ESM синтаксиса можно обойтись использованием `"type": "module"` в `package.json` https://github.com/yandex-cloud/docs/pull/282#issuecomment-2017710426 Получается неприятная ситуация: В архиве есть...

cloud-functions

OpenAPI spec: ```yml targets: get: tags: - targets operationId: getProductTargets parameters: - name: searchParameters description: "Some description" in: query required: true schema: $ref: "..ProductTargetsSearch" responses: 200: description: "Some description" content:...

### Enter your suggestions in details: Related https://github.com/getsentry/sentry-javascript/issues/11460

## Description Using official guide to lazy load integrations https://docs.sentry.io/platforms/javascript/guides/nextjs/session-replay/#lazy-loading-replay ## Validation ## Related Issues Fixes https://github.com/nodejs/nodejs.org/issues/6621 Related https://github.com/getsentry/sentry-javascript/issues/11460 ### Check List - [x] I have read the [Contributing Guidelines](https://github.com/nodejs/nodejs.org/blob/main/CONTRIBUTING.md)...

infrastructure

Hi! Can i use your package with Next.js appDir?

### 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: nextjs
Waiting for: Product Owner

### 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: nextjs
Waiting for: Product Owner

Does this issue occur when all extensions are disabled?: No Version: 1.90.2 Commit: 5437499feb04f7a586f677b155b039bc2b3669eb Date: 2024-06-18T22:54:35.075Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin arm64 23.3.0...

`eslint.config.mjs`: ```js import path from 'node:path'; import { fileURLToPath } from 'node:url'; import js from '@eslint/js'; import { fixupConfigRules, includeIgnoreFile } from '@eslint/compat'; import { FlatCompat } from '@eslint/eslintrc'; const...