-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
We cannot depend on any runtime specific implementation in the @sentry/utils package.
In the ANR implementation, we depend on the process object which is not available in all runtimes so we need to move this implementation into the @sentry/node package. This is likely a breaking change but for a bugfix that would warrant this.
| let lastPoll = process.hrtime(); |
Metadata
Metadata
Assignees
Labels
No labels