sentry-netlify-build-plugin
sentry-netlify-build-plugin copied to clipboard
The Sentry Netlify build plugin automatically notifies Sentry of new releases being deployed to your site.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
This feature enables creating a release in other build environments outside of Netlify. I've used the `local` term to be consistent with internal naming, and Netlify patterns. When using the...
This fixes a bug with the recently merged [feat(sourcemaps): Add deleteSourceMaps option](https://github.com/getsentry/sentry-netlify-build-plugin/pull/76). The `SENTRY_DELETE_SOURCEMAPS` wasn't actually defined. This grabs the value from the env vars per the docs.
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
### Steps to Reproduce 1. Created internal integration in Sentry. 2. Added the Sentry integration via the Netlify UI with the org slug, repo slug, and auth token. 3. Push...
### Environment React app with Netlify deployments ### Steps to Reproduce 1. While setting up `Sentry.init` with the following params, `SENTRY_RELEASE` and `SENTRY_ENVIRONMENT` is undefined. ``` Sentry.init({ dsn: 'dsn-value', integrations:...
### Environment 7.12.1 ### Steps to Reproduce We just can't get the sourcemaps to work: It's a next.js app running on netlify. I've been going through the sentry sourcemaps walkthrough:...
Added new index.html page to the dev branch
When using this plugin with a Gitlab integration, we run in to the following error: ``` 12:51:09 PM: cmd: '/opt/buildhome/.netlify-build-plugins/node_modules/@sentry/cli/sentry-cli releases set-commits ac28e1c49ac9312242e09696c2046c53c3926835 --commit theworkshop/web-app@ac28e1c49ac9312242e09696c2046c53c3926835' 12:51:09 PM: } 12:51:09 PM:...
Committed via https://github.com/asottile/all-repos