profiling-node icon indicating copy to clipboard operation
profiling-node copied to clipboard

The code for this repo now lives in https://github.com/getsentry/sentry-javascript/tree/develop/packages/profiling-node

Results 15 profiling-node issues
Sort by recently updated
recently updated
newest added

### 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...

🚜 🚜 platform support 🚜 🚜

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

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...

dependencies

### 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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

### 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...