-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDK
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
@sentry/node - 7.22.0, @sentry/profiling-node - 0.0.12
Framework Version
Node 16.16.0
Link to Sentry event
No response
Steps to Reproduce
- Trying to implement the new Alpha Node profiling feature
- Added the new
profilesSampleRatetoSentry.initoptions - TS is throwing errors that
Object literal may only specify known properties, and 'profilesSampleRate' does not exist in type 'NodeOptions'.
Expected Result
profilesSampleRate should be part of the NodeOptions interface
Actual Result
TS, linting error
alexmalev and jperelli
Metadata
Metadata
Assignees
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDK