Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Sentry.init({
tracesSampleRate: 1.0,
+ profileSessionSampleRate: 0.0
});

```

## How Does It Work?

Expand All @@ -133,4 +133,3 @@ Starting from version `0.1.0`, the `@sentry/profiling-node` package precompiles
- Windows x64: Node v16, v18, v20, v22

The set of common architectures should cover a wide variety of use cases, but if you have feedback or experience different behavior, please open an issue in the [Sentry JavaScript SDK](https://github.com/getsentry/sentry-javascript) repository.
```
Loading