You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Does the failure occur on a remote environment only?
Yes (please describe your environment)
No (please describe your local environment)
Are you using alpine based node docker image. If so, what version are you using? e.g node:16-alpine3.12
No response
If you are using alpine, have you tried using latest version of alpine or (currently alpine3.16 or alpine3.17)?
Yes (please specify the version)"
No, and I cannot upgrade
Have you tried using the latest minor version of node (currently 16.20 or 18.15)?
Yes (please specify the version)
No, and I cannot upgrade
If you run npm install --verbose --foreground-scripts @sentry/profiling-node in an empty directory, what is the output?
Error when running: npx tsc
(Works in 8.8)
file.mts:2:40 - error TS7016: Could not find a declaration file for module '@sentry/profiling-node'. '/src/node_modules/@sentry/profiling-node/lib/esm/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/sentry__profiling-node if it exists or add a new declaration (.d.ts) file containing declare module '@sentry/profiling-node';
2 import {nodeProfilingIntegration} from "@sentry/profiling-node";
~~~~~~~~~~~~~~~~~~~~~~~~
Is there an existing issue for this?
SDK Version
8.9.1
What environment is your node script running in?
Compiling with: npx tsc
Are you using an alpine based docker image?
Does the failure occur on a remote environment only?
Are you using alpine based node docker image. If so, what version are you using? e.g node:16-alpine3.12
No response
If you are using alpine, have you tried using latest version of alpine or (currently alpine3.16 or alpine3.17)?
Have you tried using the latest minor version of node (currently 16.20 or 18.15)?
If you run npm install --verbose --foreground-scripts @sentry/profiling-node in an empty directory, what is the output?
Error when running: npx tsc
(Works in 8.8)
file.mts:2:40 - error TS7016: Could not find a declaration file for module '@sentry/profiling-node'. '/src/node_modules/@sentry/profiling-node/lib/esm/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/sentry__profiling-nodeif it exists or add a new declaration (.d.ts) file containingdeclare module '@sentry/profiling-node';2 import {nodeProfilingIntegration} from "@sentry/profiling-node";
~~~~~~~~~~~~~~~~~~~~~~~~
Crash report
No response