profiling-node
profiling-node copied to clipboard
The code for this repo now lives in https://github.com/getsentry/sentry-javascript/tree/develop/packages/profiling-node
### Problem Statement We currently do not support Deno or Bun runtimes, given the rising popularity and community requests, this is something we want to eventually support. Rough items required...
Committed via https://github.com/asottile/all-repos
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/profiling-node/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/profiling-node/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/profiling-node/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/profiling-node/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
### Problem Statement Currently the docs only show enabling a Sentry extension via arguments to `Sentry.init`. But if you're using a Lambda layer, then you never call `Sentry.init` yourself. I...