Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore(workers): remove disclaimer as we do not support node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Oct 6, 2022
1 parent 0ffc012 commit ac15d4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions WORKERS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Profiling support for worker threads

Profiling is supported in worker threads for node versions >=10 (**see disclaimer below**), however each thread is treated as a separate entity and cross thread profiler are currently not linked together in any way. If this is something that you would like us to support, please file a feature request describing your use-case.

**Disclaimer:**
While profiling worker threads is supported, concurrent profiling across different threads may still crash your program if you are using an older nodejs version (<v10). This is because older versions of node did not support context aware addons described in https://nodejs.org/docs/latest-v10.x/api/addons.html#addons_context_aware_addons
Profiling is supported in worker threads for node versions, however each thread is treated as a separate entity and cross thread profiler are currently not linked together in any way. If this is something that you would like us to support, please file a feature request describing your use-case.

## Worker SDK setup

Expand Down

0 comments on commit ac15d4f

Please sign in to comment.